rpi: set fixed size for /boot partition
authorHugo Villeneuve <hugo@hugovil.com>
Fri, 12 Dec 2025 19:03:06 +0000 (14:03 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 23 Jan 2026 16:39:56 +0000 (11:39 -0500)
To be able to backup files, for example, when testing.

Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
wic/hvmpd-raspberrypi.wks.in

index 3182fe8..f6d471e 100644 (file)
@@ -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