/e/n/i: move sourcing of /etc/network/interfaces.d/ to begin of file
[grml-live.git] / etc / grml / fai / config / files / etc / network / interfaces / GRMLBASE
index 35948f9..dae8e21 100644 (file)
@@ -1,4 +1,13 @@
+# This file was deployed via grml-live's
+# ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/35-network script, using
+# ${GRML_FAI_CONFIG}/config/files/etc/network/interfaces/GRMLBASE
+
+# interfaces(5) file used by ifup(8) and ifdown(8)
+
+# Include files from /etc/network/interfaces.d:
+source /etc/network/interfaces.d/*
+
 # The loopback interface
-# automatically added when upgrading
 auto lo
 iface lo inet loopback
+