From 8719bb876164892ba8cd02c840703232ffc9768c Mon Sep 17 00:00:00 2001 From: brl Date: Tue, 12 Dec 2017 15:18:20 -0500 Subject: [PATCH] Add a writable partition and make boot partition smaller. --- meta-citadel-distro/wic/citadel-image-minimal.wks | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-citadel-distro/wic/citadel-image-minimal.wks b/meta-citadel-distro/wic/citadel-image-minimal.wks index 0627af3..f5c37b3 100644 --- a/meta-citadel-distro/wic/citadel-image-minimal.wks +++ b/meta-citadel-distro/wic/citadel-image-minimal.wks @@ -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"