From 422b0edb0d1a084a27cd1b6ad44e9e6a3f86f903 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Sun, 13 Feb 2022 23:48:31 +0000 Subject: [PATCH] Update install.sh --- install.sh | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/install.sh b/install.sh index da2ad96..e2f0955 100644 --- a/install.sh +++ b/install.sh @@ -107,25 +107,25 @@ echo "Creating a $szrt GB root volume.." echo # Ask for everything that is necessary later. -echo "Before installing the system, please enter a hostname:" -echo -read host -echo +#echo "Before installing the system, please enter a hostname:" +#echo +#read host +#echo -echo "Please enter a password for the root account:" -read pwr -echo +#echo "Please enter a password for the root account:" +#read pwr +#echo -echo "And please enter a username:" -read user -echo - -echo "Also please enter a password for your user:" -read pwu -echo - -echo "System is getting installed.." -echo +#echo "And please enter a username:" +#read user +#echo +# +#echo "Also please enter a password for your user:" +#read pwu +#echo +# +#echo "System is getting installed.." +#echo # Creating physical volume. echo "Creating physical volume."