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"
|
data_partition="${image_device}p2"
|
||||||
|
|
||||||
gpart create -s gpt "$image_device"
|
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}"
|
newfs_msdos "${efi_partition}"
|
||||||
gpart add -t linux-data -l DIB -a4k "$image_device"
|
gpart add -t linux-data -l DIB -a4k "$image_device"
|
||||||
mkfs.ext4 "/dev/${data_partition}"
|
mkfs.ext4 "/dev/${data_partition}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user