- Correct ignition partition label to 'ignition'

OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon:images/openSUSE-Aeon?expand=0&rev=17
This commit is contained in:
Richard Brown 2024-05-24 13:37:08 +00:00 committed by Git OBS Bridge
parent 4795a552ef
commit b6e9dd7efc
2 changed files with 9 additions and 0 deletions

4
disk.sh Normal file
View File

@ -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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 24 13:30:21 UTC 2024 - Richard Brown <rbrown@suse.com>
- Correct ignition partition label to 'ignition'
-------------------------------------------------------------------
Wed May 22 11:07:36 UTC 2024 - Richard Brown <rbrown@suse.com>