add progressbar on grub

This commit is contained in:
Tobias Powalowski 2023-08-06 14:52:59 +02:00
parent 33d8d7e812
commit a2fb3e0470

View file

@ -789,7 +789,7 @@ _grub_install_bios() {
_grub_bios() { _grub_bios() {
touch /.archboot touch /.archboot
_grub_install_bios & _grub_install_bios &
_progress_wait "11" "99" "Setting up GRUB(2) BIOS..." "0.1" _progress_wait "11" "99" "Setting up GRUB(2) BIOS..." "0.15"
_progress "100" "Setting up GRUB(2) BIOS completed." _progress "100" "Setting up GRUB(2) BIOS completed."
sleep 2 sleep 2
} }