diff --git a/grub-configmake/payload/usr/bin/grub-configmake b/grub-configmake/payload/usr/bin/grub-configmake index 86bbfc4..17d4698 100644 --- a/grub-configmake/payload/usr/bin/grub-configmake +++ b/grub-configmake/payload/usr/bin/grub-configmake @@ -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 otherwise it won't work.)" grub_root