Fix WPA setup broken by changes to shell argument passing inside the

installer network configuration.

PR:		bin/159558
Approved by:	re (kib)
This commit is contained in:
Nathan Whitehorn 2011-09-16 09:37:13 +00:00
parent 566dafa360
commit 3d50f9421e

View File

@ -35,6 +35,7 @@
INTERFACE=$1
IFCONFIG_PREFIX="$2"
test -z "$IFCONFIG_PREFIX" || IFCONFIG_PREFIX="$2 "
case "${INTERFACE}" in
"") dialog --backtitle 'FreeBSD Installer' --title 'Network Configuration' \
--msgbox 'No interface specified for IPv4 configuration.' 0 0