From b6e9dd7efcbf975fbcfbf57c900dc48df87ec3b7e516f8f7f3a0e5018e3af53e Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Fri, 24 May 2024 13:37:08 +0000 Subject: [PATCH] - Correct ignition partition label to 'ignition' OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon:images/openSUSE-Aeon?expand=0&rev=17 --- disk.sh | 4 ++++ openSUSE-Aeon.changes | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 disk.sh diff --git a/disk.sh b/disk.sh new file mode 100644 index 0000000..c7df882 --- /dev/null +++ b/disk.sh @@ -0,0 +1,4 @@ +#!/bin/bash +set -euxo pipefail +# Fix the filesystem label of the ignition partition, uppercase doesn't work with ignition +e2label /dev/loop0p3 ignition diff --git a/openSUSE-Aeon.changes b/openSUSE-Aeon.changes index 293c128..4aab6ac 100644 --- a/openSUSE-Aeon.changes +++ b/openSUSE-Aeon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 24 13:30:21 UTC 2024 - Richard Brown + +- Correct ignition partition label to 'ignition' + ------------------------------------------------------------------- Wed May 22 11:07:36 UTC 2024 - Richard Brown