X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=blobdiff_plain;f=components%2F9990-grml-networking.sh;h=16e7b7fca2d0b0397a514f73355f694d4fb00a35;hp=939c0ea56f4d0998742ccf40b82ac66715a41c48;hb=HEAD;hpb=bcf2959a742884070a251e258eebc3f027d8b704 diff --git a/components/9990-grml-networking.sh b/components/9990-grml-networking.sh index 939c0ea..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 @@ -133,10 +137,6 @@ EOF unset IPV4DNS IPV4DNSLIST echo>> $IFFILE - echo '# Support overriding defaults:' >> $IFFILE - echo 'source /etc/network/interfaces.d/*' >> $IFFILE - - echo>> $IFFILE done # dns bootoption