changed speed of grub-cfgmake :trol:

This commit is contained in:
Ohio2 2021-07-12 20:25:49 +02:00
parent 0dce2b112e
commit 0284540455

View file

@ -1,10 +1,5 @@
#!/bin/sh
echo -ne 'Running grub-configmake'\\r
echo -ne '.'\\r
wait 0.5
echo -ne '.'\\r
wait 0.5
echo -ne '.'\\r
echo -ne 'Running grub-configmake'
read -p "What is the install root you are using?" install_root
mkdir -p ${install_root}/boot/grub | echo "You probably didn't make /boot" && exit 2
read -p "What drive do you want to set root to? (Only <number> otherwise it won't work.)" grub_root