Update networkConf()
This commit is contained in:
parent
a3d084d63b
commit
759a8e4ec8
|
@ -324,7 +324,7 @@ setLocale() {
|
||||||
}
|
}
|
||||||
|
|
||||||
networkConf() {
|
networkConf() {
|
||||||
hostname=$(dialog --inputbox "\nEnter the hostname." 9 28 3>&1 1>&2 2>&3)
|
hostname=$(dialog --inputbox "\nEnter the hostname." 10 28 3>&1 1>&2 2>&3)
|
||||||
exitIfCancel "You must enter a hostname."
|
exitIfCancel "You must enter a hostname."
|
||||||
echo "${hostname}" > /mnt/etc/hostname
|
echo "${hostname}" > /mnt/etc/hostname
|
||||||
echo "
|
echo "
|
||||||
|
|
Loading…
Reference in New Issue