From 6caf4a00799eadc568dd495d4ca2e50c7e2875f6 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 5 Sep 2024 14:57:44 +0200 Subject: [PATCH] switching to mkinitcpio building uki addresing #3 --- usr/lib/archboot/installer/bootloader_uki.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/archboot/installer/bootloader_uki.sh b/usr/lib/archboot/installer/bootloader_uki.sh index 0ec3b9389..460538126 100644 --- a/usr/lib/archboot/installer/bootloader_uki.sh +++ b/usr/lib/archboot/installer/bootloader_uki.sh @@ -18,7 +18,7 @@ OSRelease=@/etc/os-release Splash=/usr/share/systemd/bootctl/splash-arch.bmp CONFEOF mkdir -p "${_DESTDIR}/${_UEFISYS_MP}/EFI/Linux" - _dialog --msgbox "You will now be put into the editor to edit:\n- kernel commandline config file\n- ukify.conf config file\n\nAfter you save your changes, exit the editor." 9 50 + _dialog --msgbox "You will now be put into the editor to edit:\n- kernel commandline config file\n- uki config file\n\nAfter you save your changes, exit the editor." 9 50 } _uki_install() { @@ -45,7 +45,7 @@ _uki_uefi() { "${_EDITOR}" "${_CMDLINE}" "${_EDITOR}" "${_UKIFY_CONFIG}" # enable uki handling in presets - sd '#default_uki' 'default_uki' "${_DESTDIR}/etc/mkinitcpio.d/presets" + sd '#default_uki' 'default_uki' "${_DESTDIR}/etc/mkinitcpio.d/*.preset" _run_mkinitcpio _mkinitcpio_error if [[ -e "${_DESTDIR}/${_UEFISYS_MP}/EFI/Linux/arch-linux.efi" ]]; then