X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-grml-networking.sh;h=b899461b558071967097f7094cf43172d732d526;hb=0bc9dfe4e47a0200e9dc8cf8ab08663163c274f4;hp=0bc5ed2f40491f77818dc4fd5faae5079e846349;hpb=2f7a8c9f67d2039d37f481c07061ddc4596b34de;p=live-boot-grml.git diff --git a/components/9990-grml-networking.sh b/components/9990-grml-networking.sh index 0bc5ed2..b899461 100644 --- a/components/9990-grml-networking.sh +++ b/components/9990-grml-networking.sh @@ -39,7 +39,11 @@ fi # config for loopback networking cat > $IFFILE << EOF -# Initially generated on boot by initramfs +# Initially generated on boot by initramfs, +# interfaces(5) file used by ifup(8) and ifdown(8) + +# Include files from /etc/network/interfaces.d: +source /etc/network/interfaces.d/* auto lo iface lo inet loopback @@ -135,10 +139,6 @@ EOF echo>> $IFFILE done -echo '# Support overriding defaults:' >> $IFFILE -echo 'source /etc/network/interfaces.d/*' >> $IFFILE -echo>> $IFFILE - # dns bootoption if [ -n "$DNSSERVERS" ] then