Accepting request 1176745 from devel:microos:aeon:images

- Correct ignition partition label to 'ignition'

OBS-URL: https://build.opensuse.org/request/show/1176745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openSUSE-Aeon?expand=0&rev=6
This commit is contained in:
Ana Guerrero 2024-05-24 17:53:29 +00:00 committed by Git OBS Bridge
commit c1c3be3260
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>