X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F27_support_static_ip.patch;h=d57ac8e09e0e5b6bafa1d2ffa118fbe07c0cf174;hb=c06cdf4200961e9fcf9a3c785e3da7bc7ee9604d;hp=776a0c9aac60ce568a4be476f14e31bf6dfab8fe;hpb=86c961a6bce6c5f260153b5b38efb975cb5e3035;p=live-boot-grml.git diff --git a/debian/patches/27_support_static_ip.patch b/debian/patches/27_support_static_ip.patch index 776a0c9..d57ac8e 100644 --- a/debian/patches/27_support_static_ip.patch +++ b/debian/patches/27_support_static_ip.patch @@ -103,7 +103,7 @@ Index: live-boot-grml/scripts/boot/9990-networking.sh + for dev in $devlist ; do + param="$(get_ipconfig_para $dev)" + if [ -n "$NODHCP" ] && [ "$param" = "$dev" ] ; then -+ echo "Ignoring network device $dev due to nodhcp." | tee -a /live-boot.log ++ echo "Ignoring network device $dev due to nodhcp." | tee -a /boot.log + continue fi + echo "Executing ipconfig -t $ETHDEV_TIMEOUT $param"