From 88dca7cd7eb70e0286b6aaabb4a606ec691ca2a1 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 22 Jul 2014 20:03:06 -0400 Subject: installers/pc: Write network config to .local file /etc/network/interfaces is generated by /etc/init.d/networking. --- diff --git a/installers/data/pc.sh b/installers/data/pc.sh index 14e8451..1ec3e62 100644 --- a/installers/data/pc.sh +++ b/installers/data/pc.sh @@ -58,7 +58,7 @@ if [ "x${select_result}" = 'xStatic' ]; then _read -r netmask printf 'Network gateway (e.g. "192.168.1.1"): ' _read -r netgw - cat >/etc/network/interfaces </etc/network/interfaces.local <