aboutsummaryrefslogtreecommitdiff
path: root/rootfs/etc/network/interfaces
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-02-07 16:15:21 +0100
committerlonkaars <loek@pipeframe.xyz>2024-02-07 16:15:21 +0100
commitb9dfdaaa1ae0148dd8a3e78508c636636e7396a6 (patch)
tree49dcef99dbd866108d637cc675853ee49ed8f4d1 /rootfs/etc/network/interfaces
parent612a0afa63144aae338a51c9206a589d4b8fdd65 (diff)
web server done
Diffstat (limited to 'rootfs/etc/network/interfaces')
-rw-r--r--rootfs/etc/network/interfaces8
1 files changed, 4 insertions, 4 deletions
diff --git a/rootfs/etc/network/interfaces b/rootfs/etc/network/interfaces
index 5307bb0..644f5f0 100644
--- a/rootfs/etc/network/interfaces
+++ b/rootfs/etc/network/interfaces
@@ -1,6 +1,6 @@
# interfaces(5) configuration
-auto eth0
-iface eth0 inet dhcp
+source /etc/network/interfaces.d/lo
+source /etc/network/interfaces.d/eth0
-auto lo
-iface lo inet loopback
+# NOTE: this should work but doesn't:
+# source /etc/network/interfaces.d/*