Skip to content

Commit

Permalink
debos: Fix FS type for boot partition for rpi
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rzr committed Jan 5, 2025
1 parent 7f6887d commit 0b58ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/debos/machine/rpi_2/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ actions:
options: [x-systemd.automount]
partitions:
- name: firmware
fs: fat32
fs: vfat
start: 0%
end: 128MB
- name: root
Expand Down

0 comments on commit 0b58ee4

Please sign in to comment.