From 7a1e2a37b0f9f3e41bec2266b598abb6b27a7d6f Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 6 Aug 2023 15:12:46 +0200 Subject: [PATCH] add progressbar on grub --- usr/lib/archboot/installer/bootloader.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr/lib/archboot/installer/bootloader.sh b/usr/lib/archboot/installer/bootloader.sh index 5373da722..2d931a194 100644 --- a/usr/lib/archboot/installer/bootloader.sh +++ b/usr/lib/archboot/installer/bootloader.sh @@ -930,11 +930,11 @@ _setup_grub_uefi() { _grub_install_uefi & _progress_wait "11" "99" "Setting up GRUB(2) UEFI..." "0.1" _GRUB_PREFIX_DIR="/boot/grub/" - _GRUB_UEFI=1 _chroot_umount _progress "100" "Setting up GRUB(2) UEFI completed." sleep 2 fi + _GRUB_UEFI=1 } _setup_grub_uefi_sb() { @@ -947,7 +947,6 @@ _setup_grub_uefi_sb() { touch /.archboot _grub_install_uefi_sb & _progress_wait "11" "99" "Setting up GRUB(2) UEFI Secure Boot..." "0.1" - _GRUB_UEFI=1 _chroot_umount _progress "100" "Setting up GRUB(2) UEFI Secure Boot completed." sleep 2