Add a writable partition and make boot partition smaller.
This commit is contained in:
parent
f287e7d92d
commit
8719bb8761
@ -1,3 +1,4 @@
|
|||||||
part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --size=128 --fstype=vfat --label boot --active --align 1024 --use-uuid
|
part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --size=64 --fstype=vfat --label boot --active --align 1024 --use-uuid
|
||||||
part / --source rootfs --fstype=ext4 --label rootfs --align 1024 --use-uuid
|
part / --source rootfs --fstype=ext4 --label rootfs --align 1024 --use-uuid
|
||||||
|
part /storage --fstype=ext4 --label storage --size=16 --use-uuid
|
||||||
bootloader --ptable gpt --timeout=5 --append="console=ttyS0,115200 console=tty0"
|
bootloader --ptable gpt --timeout=5 --append="console=ttyS0,115200 console=tty0"
|
||||||
|
Loading…
Reference in New Issue
Block a user