forked from alnux/repo
changed speed of grub-cfgmake :trol:
This commit is contained in:
parent
0dce2b112e
commit
0284540455
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue