1
0
forked from brl/citadel

Add a writable partition and make boot partition smaller.

This commit is contained in:
brl 2017-12-12 15:18:20 -05:00
parent f287e7d92d
commit 8719bb8761

View File

@ -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 /storage --fstype=ext4 --label storage --size=16 --use-uuid
bootloader --ptable gpt --timeout=5 --append="console=ttyS0,115200 console=tty0"