From ac2e6076690b88e4413c46db5eead53875e1540d Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 6 Aug 2023 16:39:11 +0200 Subject: [PATCH] add progressbar for copy to efi dialog --- 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 68f1415cc..e6bb785da 100644 --- a/usr/lib/archboot/installer/bootloader.sh +++ b/usr/lib/archboot/installer/bootloader.sh @@ -323,7 +323,7 @@ _do_efistub_copy_to_efisys() { cp -f "${_DESTDIR}/boot/${_UCODE}" "${_DESTDIR}/${_UEFISYS_MP}/${_INITRD_UCODE}" fi sleep 2 - _progress "50" "Enable automatic copying of system files to EFI SYSTEM PARTITION on installed system..." + _progress "50" "Enable automatic copying to EFI SYSTEM PARTITION on installed system..." cat << CONFEOF > "${_DESTDIR}/etc/systemd/system/efistub_copy.path" [Unit] Description=Copy EFISTUB Kernel and Initramfs files to EFI SYSTEM PARTITION