log to boot.log, not live-boot.log
[live-boot-grml.git] / debian / patches / 27_support_static_ip.patch
index 776a0c9..d57ac8e 100644 (file)
@@ -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"