Increase boot partition size.
This commit is contained in:
parent
273f5cd2ad
commit
33f2fa4a2a
@ -209,7 +209,7 @@ function make_image {
|
||||
data_partition="${image_device}p2"
|
||||
|
||||
gpart create -s gpt "$image_device"
|
||||
gpart add -t efi -l efi -a4k -s492k "$image_device"
|
||||
gpart add -t efi -l efi -a4k -s500m "$image_device"
|
||||
newfs_msdos "${efi_partition}"
|
||||
gpart add -t linux-data -l DIB -a4k "$image_device"
|
||||
mkfs.ext4 "/dev/${data_partition}"
|
||||
|
Loading…
Reference in New Issue
Block a user