From 0b58ee4dab570215a089003615c98132ff97d9c3 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Sun, 5 Jan 2025 22:17:20 +0100 Subject: [PATCH] debos: Fix FS type for boot partition for rpi It used to work before, this regression was introduced in https://github.com/go-debos/debos/pull/491 And fixed in later change: https://github.com/go-debos/debos/pull/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: https://github.com/adoptware/pinball/pull/48 Change-Id: Ie1c284256a88b5e3d757de82fe23fc8f848cfb75 Signed-off-by: Philippe Coval --- extra/debos/machine/rpi_2/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/debos/machine/rpi_2/actions.yaml b/extra/debos/machine/rpi_2/actions.yaml index e4164d7..30c93ca 100644 --- a/extra/debos/machine/rpi_2/actions.yaml +++ b/extra/debos/machine/rpi_2/actions.yaml @@ -23,7 +23,7 @@ actions: options: [x-systemd.automount] partitions: - name: firmware - fs: fat32 + fs: vfat start: 0% end: 128MB - name: root