Compare commits
5 Commits
83f4169ccd
...
v0.2.0
Author | SHA1 | Date | |
---|---|---|---|
dd5ec42dd9
|
|||
c79f9f40c3
|
|||
b64f5df391
|
|||
af27c25a81
|
|||
a56669ed5e
|
@ -5,7 +5,7 @@ efi_part_label=i_t14sg6_efi
|
||||
nix_part_label=i_t14sg6_nix
|
||||
boot_size=256M
|
||||
|
||||
fallocate -l8G ${file}
|
||||
fallocate -l4G ${file}
|
||||
|
||||
parted ${file} mklabel gpt
|
||||
parted ${file} mkpart ${efi_part_label} fat32 0% ${boot_size}
|
||||
|
Reference in New Issue
Block a user