X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F9990-grml-networking.sh;h=16e7b7fca2d0b0397a514f73355f694d4fb00a35;hb=refs%2Ftags%2Fdebian%2F1%2520180603%2Bgrml.2;hp=ace078e92315afb97e1509ddee8811780b582f7a;hpb=52474b4c283033247a3cac42b5551d4380835e7a;p=live-boot-grml.git diff --git a/components/9990-grml-networking.sh b/components/9990-grml-networking.sh index ace078e..16e7b7f 100644 --- a/components/9990-grml-networking.sh +++ b/components/9990-grml-networking.sh @@ -51,8 +51,8 @@ unset HOSTNAME # generate config for each present network device for interface in /sys/class/net/* ; do [ -e ${interface} ] || continue - [ "${interface}" = "lo" ] && continue interface=$(basename ${interface}) + [ "${interface}" = "lo" ] && continue method="dhcp" # NODHCP or a previously run ipconfig mean that ifupdown should never