diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-22 20:03:06 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-22 20:03:06 (EDT) |
commit | 88dca7cd7eb70e0286b6aaabb4a606ec691ca2a1 (patch) | |
tree | c98aacb3a66af848b7247879df1e15dd3e05dc68 | |
parent | d20efe62739c9836445a425fcccfd5b548dcc9a7 (diff) |
installers/pc: Write network config to .local file
/etc/network/interfaces is generated by /etc/init.d/networking.
-rw-r--r-- | installers/data/pc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 <<EOF + cat >/etc/network/interfaces.local <<EOF auto lo iface lo inet loopback |