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
|
#!/bin/sh
|
||||||
echo -ne 'Running grub-configmake'\\r
|
echo -ne 'Running grub-configmake'
|
||||||
echo -ne '.'\\r
|
|
||||||
wait 0.5
|
|
||||||
echo -ne '.'\\r
|
|
||||||
wait 0.5
|
|
||||||
echo -ne '.'\\r
|
|
||||||
read -p "What is the install root you are using?" install_root
|
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
|
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
|
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