From 1014c81a8697b0a97419b8eb7997d1e20bdb5c02 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 6 Aug 2023 16:43:56 +0200 Subject: [PATCH] add title to refind --- usr/lib/archboot/installer/bootloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/bootloader.sh b/usr/lib/archboot/installer/bootloader.sh index d0623afaa..89a587899 100644 --- a/usr/lib/archboot/installer/bootloader.sh +++ b/usr/lib/archboot/installer/bootloader.sh @@ -465,7 +465,7 @@ CONFEOF "${_EDITOR}" "${_REFIND_CONFIG}" cp -f "${_REFIND_CONFIG}" "${_DESTDIR}/${_UEFISYS_MP}/EFI/BOOT/" _do_efistub_copy_to_efisys - _dialog --no-mouse --infobox "rEFInd has been setup successfully." 3 50 + _dialog --title " Success " --no-mouse --infobox "rEFInd has been setup successfully." 3 50 sleep 3 _S_BOOTLOADER=1 else