From 0284540455705f404bac55ab73fbb9f6b9904b56 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Mon, 12 Jul 2021 20:25:49 +0200 Subject: [PATCH] changed speed of grub-cfgmake :trol: --- grub-configmake/payload/usr/bin/grub-configmake | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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