1
0

Accepting request 1190689 from devel:microos:aeon:images

- Populate /etc/sysconfig/bootloader (boo#1228659)

OBS-URL: https://build.opensuse.org/request/show/1190689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tik-osimage-Aeon?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2024-08-01 20:04:23 +00:00 committed by Git OBS Bridge
commit 363cb38dd0
2 changed files with 6 additions and 0 deletions

View File

@ -169,6 +169,7 @@ if rpm -q sdbootutil; then
# FIXME: kiwi needs /boot/efi to exist before syncing the disk image
mkdir -p /boot/efi
mkdir -p /boot/efi/loader/entries
echo "LOADER_TYPE=systemd-boot" > /etc/sysconfig/bootloader
fi
#======================================

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 31 14:09:59 UTC 2024 - Richard Brown <rbrown@suse.com>
- Populate /etc/sysconfig/bootloader (boo#1228659)
-------------------------------------------------------------------
Wed Jul 24 12:42:51 UTC 2024 - Richard Brown <rbrown@suse.com>