From d7e6a5af17bcfdba245e136232059fd2b9c5051b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 9 Aug 2016 10:22:30 +0300 Subject: Change name of interfaces.d router conf The .conf suffix seems to prevent it from being used. --- router.customize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router.customize b/router.customize index 7958394..b68de63 100755 --- a/router.customize +++ b/router.customize @@ -35,7 +35,7 @@ rootdir="$1" # The rest will serve the LAN and dnsmasq will serve address to LAN via # DHCP on these ports. The LAN interfaces have a static config. -cat < "$rootdir/etc/network/interfaces.d/router.conf" +cat < "$rootdir/etc/network/interfaces.d/router" auto eth0 inet eth0 inet dhcp -- cgit v1.2.1