Skip to content

Commit 0b58ee4

Browse files
committed
debos: Fix FS type for boot partition for rpi
It used to work before, this regression was introduced in go-debos/debos#491 And fixed in later change: go-debos/debos#499 Observed issue on debos 1.1.4-1.1+b4 (debian testing) 2025/01/05 17:48:40 Action `recipe` failed at stage Run, error: firmware mount failed: no such device 2025/01/05 17:48:40 Warning: Failed to get unmount /boot/firmware: invalid argument 2025/01/05 17:48:40 Unmount failure can cause images being incomplete! Origin: #48 Change-Id: Ie1c284256a88b5e3d757de82fe23fc8f848cfb75 Signed-off-by: Philippe Coval <[email protected]>
1 parent 7f6887d commit 0b58ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/debos/machine/rpi_2/actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ actions:
2323
options: [x-systemd.automount]
2424
partitions:
2525
- name: firmware
26-
fs: fat32
26+
fs: vfat
2727
start: 0%
2828
end: 128MB
2929
- name: root

0 commit comments

Comments
 (0)