/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
1 # This file was deployed via grml-live's
2 # ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/35-network script, using
3 # ${GRML_FAI_CONFIG}/config/files/etc/network/interfaces/GRMLBASE
4
5 # interfaces(5) file used by ifup(8) and ifdown(8)
6
7 # Include files from /etc/network/interfaces.d:
8 source /etc/network/interfaces.d/*
9
10 # The loopback interface
11 auto lo
12 iface lo inet loopback
13