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:
parent
566dafa360
commit
3d50f9421e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user