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