summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-08-09 14:09:57 +0300
committerLars Wirzenius <liw@liw.fi>2016-08-09 14:09:57 +0300
commit00ec27e23ff48d9e5eb47bbfad47c7a79641274a (patch)
tree91107eb5dc3d2c7b52f7991714907527ca5f6b28
parentfb4bffa6670e88125c1979f70efc185bf457423e (diff)
downloadminipc-router-00ec27e23ff48d9e5eb47bbfad47c7a79641274a.tar.gz
Drop localhost stanza
There's one in /etc/network/interfaces.d/setup, so there's no need to duplicate.
-rwxr-xr-xrouter.customize3
1 files changed, 0 insertions, 3 deletions
diff --git a/router.customize b/router.customize
index 733f5f7..46a723f 100755
--- a/router.customize
+++ b/router.customize
@@ -42,9 +42,6 @@ EOF
# DHCP on these ports. The LAN interfaces have a static config.
cat <<EOF > "$rootdir/etc/network/interfaces.d/router"
-auto eth0
-iface eth0 inet dhcp
-
auto eth1
iface eth1 inet static
address 10.0.0.2