parent
e770efe64f
commit
7433bc8372
|
@ -50,9 +50,6 @@ fi
|
||||||
printf "PID $$ on TTY ${this_tty}" > ${lockfile}
|
printf "PID $$ on TTY ${this_tty}" > ${lockfile}
|
||||||
echo
|
echo
|
||||||
|
|
||||||
# Stop all existing networking for a fresh slate
|
|
||||||
service networking stop &>/dev/null
|
|
||||||
|
|
||||||
# Set the target consoles in the installed image
|
# Set the target consoles in the installed image
|
||||||
target_consoles=""
|
target_consoles=""
|
||||||
for tty in $( echo -e "$( sed 's/ /\n/g' <<<"${active_ttys[@]}" )" | sort ); do
|
for tty in $( echo -e "$( sed 's/ /\n/g' <<<"${active_ttys[@]}" )" | sort ); do
|
||||||
|
@ -301,6 +298,9 @@ EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
interactive_config() {
|
interactive_config() {
|
||||||
|
# Stop all existing networking for a fresh slate for interactive config
|
||||||
|
service networking stop &>/dev/null
|
||||||
|
|
||||||
clear
|
clear
|
||||||
|
|
||||||
echo "--------------------------------------------------------"
|
echo "--------------------------------------------------------"
|
||||||
|
|
Loading…
Reference in New Issue