summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-05 16:20:27 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-05 16:20:27 (EDT)
commit7275bbd1f522f099489479ca18c7ca4758ffc17a (patch)
treea9916c6b44b9f01e6718d9fdf140d4b4671dd3ad
parentfe81504e808f6126e669a2bf1d8a9efab0a05af6 (diff)
installers/pc: Initialize a variable
-rw-r--r--installers/data/pc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/installers/data/pc.sh b/installers/data/pc.sh
index 94d7d62..0e97cd5 100644
--- a/installers/data/pc.sh
+++ b/installers/data/pc.sh
@@ -63,6 +63,7 @@ if [ "x${select_result}" = 'xManual' ]; then
eth|wlan);;
*) printf 'Unknown interface type\n';;
esac
+ net_static=false
printf 'Interface configuration:\n'
_select 'DHCP' 'Static'
if [ "x${select_result}" = 'xStatic' ]; then