Update install.sh

This commit is contained in:
proledatarian 2022-02-13 23:48:31 +00:00
parent 825eba3a2b
commit 422b0edb0d
1 changed files with 17 additions and 17 deletions

View File

@ -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."