From 00ec27e23ff48d9e5eb47bbfad47c7a79641274a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 9 Aug 2016 14:09:57 +0300 Subject: Drop localhost stanza There's one in /etc/network/interfaces.d/setup, so there's no need to duplicate. --- router.customize | 3 --- 1 file changed, 3 deletions(-) (limited to 'router.customize') 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 < "$rootdir/etc/network/interfaces.d/router" -auto eth0 -iface eth0 inet dhcp - auto eth1 iface eth1 inet static address 10.0.0.2 -- cgit v1.2.1