BetterFrame/deploy/rauc
Mitchell R 157bdd49bb
fix(repartition): label rootfs ext4 + bootfs FAT before dd into image
Kernel dropped to initramfs because root=LABEL=BF_ROOT_A in cmdline.txt
but the ext4 filesystem had no label set (pi-gen's default is unlabeled).
dd copies raw bytes — any label must be set on the standalone file BEFORE
writing into the output image.

Add e2label BF_ROOT_A on rootfs.ext4 + fatlabel BF_BOOT_A / BF_BOOT_B
on each bootfs copy after patching cmdline.txt but before dd.
2026-05-21 15:10:22 +02:00
..
betterframe-rauc-boot.sh feat(ota): add RAUC OS update foundation 2026-05-20 05:15:29 +02:00
build-bundle.sh feat(os-ota): A/B image repartition + bigger Blacksmith binary runners 2026-05-21 10:57:00 +02:00
ca-cert.pem chore(rauc): commit CA cert for OS bundle verification 2026-05-21 13:54:08 +02:00
manifest.raucm.in fix(rauc): remove invalid type=image from manifest (RAUC rejects it) 2026-05-21 14:49:20 +02:00
repartition-image.sh fix(repartition): label rootfs ext4 + bootfs FAT before dd into image 2026-05-21 15:10:22 +02:00
system.conf feat(ota): add RAUC OS update foundation 2026-05-20 05:15:29 +02:00