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