9990-misc-helpers.sh: ensure to appened to boot.log file
[live-boot-grml.git] / components / 9990-grml-networking.sh
index 16e7b7f..0bc5ed2 100644 (file)
@@ -135,6 +135,10 @@ EOF
     echo>> $IFFILE
 done
 
+echo '# Support overriding defaults:' >> $IFFILE
+echo 'source /etc/network/interfaces.d/*' >> $IFFILE
+echo>> $IFFILE
+
 # dns bootoption
 if [ -n "$DNSSERVERS" ]
 then