Double the size of the /boot partition.

This commit is contained in:
parazyd 2021-01-13 19:00:25 +01:00
parent 2b2649d402
commit b6a0dc4bca
No known key found for this signature in database
GPG Key ID: 6B636BF0493EE747
1 changed files with 2 additions and 2 deletions

4
config
View File

@ -22,8 +22,8 @@ imageformat="qcow2"
#imageformat=raw
parted_type="dos"
dos_boot="ext4 2048s 264191s"
dos_root="ext4 264192s 100%"
dos_boot="ext4 2048s 528382s"
dos_root="ext4 528383s 100%"
bootfs="ext4"
rootfs="ext4"