Update install.sh
This commit is contained in:
parent
825eba3a2b
commit
422b0edb0d
34
install.sh
34
install.sh
|
@ -107,25 +107,25 @@ echo "Creating a $szrt GB root volume.."
|
||||||
echo
|
echo
|
||||||
|
|
||||||
# Ask for everything that is necessary later.
|
# Ask for everything that is necessary later.
|
||||||
echo "Before installing the system, please enter a hostname:"
|
#echo "Before installing the system, please enter a hostname:"
|
||||||
echo
|
#echo
|
||||||
read host
|
#read host
|
||||||
echo
|
#echo
|
||||||
|
|
||||||
echo "Please enter a password for the root account:"
|
#echo "Please enter a password for the root account:"
|
||||||
read pwr
|
#read pwr
|
||||||
echo
|
#echo
|
||||||
|
|
||||||
echo "And please enter a username:"
|
#echo "And please enter a username:"
|
||||||
read user
|
#read user
|
||||||
echo
|
#echo
|
||||||
|
#
|
||||||
echo "Also please enter a password for your user:"
|
#echo "Also please enter a password for your user:"
|
||||||
read pwu
|
#read pwu
|
||||||
echo
|
#echo
|
||||||
|
#
|
||||||
echo "System is getting installed.."
|
#echo "System is getting installed.."
|
||||||
echo
|
#echo
|
||||||
|
|
||||||
# Creating physical volume.
|
# Creating physical volume.
|
||||||
echo "Creating physical volume."
|
echo "Creating physical volume."
|
||||||
|
|
Loading…
Reference in New Issue