/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 abe8f5b..dae8e21 100644 (file)
@@ -2,8 +2,12 @@
 # ${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
 auto lo
 iface lo inet loopback
 
-source /etc/network/interfaces.d/*