'fixed network setup'

This commit is contained in:
Tobias Powalowski 2009-01-01 22:16:04 +01:00
parent a89857bdc5
commit 8e6e68ce04

View file

@ -1395,14 +1395,13 @@ select_source()
else
DEFAULT=
TITLE="Arch Linux FTP/HTTP Installation"
DIALOG $DEFAULT --msgbox "If you wish to load your ethernet modules manually, please do so now in an other terminal." 12 65
while true; do
if [ -n "$NEXTITEM" ]; then
DEFAULT="--default-item $NEXTITEM"
else
DEFAULT=""
fi
DIALOG --$DEFAULT --menu "FTP Installation" 10 35 3 \
DIALOG $DEFAULT --menu "FTP Installation" 10 35 3 \
"0" "Setup Network" \
"1" "Choose Mirror" \
"2" "Return to Main Menu" 2>$ANSWER