From f6d44be8a7fd08c00968913e5b0ad8c5e04da6ed Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 12 Dec 2025 14:03:06 -0500 Subject: [PATCH] rpi: set fixed size for /boot partition To be able to backup files, for example, when testing. Signed-off-by: Hugo Villeneuve --- wic/hvmpd-raspberrypi.wks.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wic/hvmpd-raspberrypi.wks.in b/wic/hvmpd-raspberrypi.wks.in index 3182fe8..f6d471e 100644 --- a/wic/hvmpd-raspberrypi.wks.in +++ b/wic/hvmpd-raspberrypi.wks.in @@ -2,6 +2,6 @@ # long-description: Creates a partitioned SD card image for use with # Raspberry Pi. Boot files are located in the first vfat partition. -part /boot --source bootimg-partition --fstype=vfat --label boot --align 4096 --active --size 20 +part /boot --source bootimg-partition --fstype=vfat --label boot --align 4096 --active --fixed-size 128M part / --source rootfs --fstype=ext4 --label rootA --align 4096 part rootfsB --source rootfs --fstype=ext4 --label rootB -- 2.20.1