diff --git a/usr/lib/archboot/installer/bootloader.sh b/usr/lib/archboot/installer/bootloader.sh index 13fccc4b4..3034b1abf 100644 --- a/usr/lib/archboot/installer/bootloader.sh +++ b/usr/lib/archboot/installer/bootloader.sh @@ -528,6 +528,7 @@ EFI=/${_UEFISYS_MP}/EFI/Linux/archlinux-linux.efi CONFEOF echo "/usr/lib/systemd/ukify \${KERNEL} \${UCODE} \${INITRD} --cmdline @\${CMDLINE} --splash \${SPLASH} --output \${EFI}" >> "${_UKIFY_CONFIG}" 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 _geteditor || return 1 "${_EDITOR}" "${_CMDLINE}" "${_EDITOR}" "${_UKIFY_CONFIG}"