diff options
-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 |