wks: set rootfs B partition as empty to speed up programming
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 14 Dec 2025 02:10:28 +0000 (21:10 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 23 Jan 2026 16:44:47 +0000 (11:44 -0500)
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
wic/hvmpd-raspberrypi.wks.in
wic/hvmpd-wandboard.wks.in

index f6d471e..ac7f621 100644 (file)
@@ -4,4 +4,4 @@
 
 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
+part rootfsB                            --fstype=ext4 --label rootB
index e76bbaa..b4d7533 100644 (file)
@@ -15,6 +15,6 @@
 part SPL     --source rawcopy --sourceparams="file=SPL" --no-table --align 1
 part u-boot  --source rawcopy --sourceparams="file=${UBOOT_BINARY}" --no-table --align 69
 part /       --source rootfs  --fstype=ext4 --label rootfsA --align 4096
-part rootfsB --source rootfs  --fstype=ext4 --label rootfsB
+part rootfsB                  --fstype=ext4 --label rootfsB
 
 bootloader --ptable msdos