]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
netroot: do not die, if arping failed
authorHarald Hoyer <harald@redhat.com>
Wed, 19 Oct 2011 12:24:07 +0000 (14:24 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 19 Oct 2011 12:24:07 +0000 (14:24 +0200)
modules.d/40network/netroot

index 462da519d043d2bfb6d8bd465767accfe78d26e8..9d996cc1cf4bbdaa8f3123ad84bb13dbb83e05ff 100755 (executable)
@@ -119,7 +119,7 @@ if [ -n "$netroot_ip" ]; then
     fi
 fi
 if [ -n "$dest" ] && ! arping -q -f -w 60 -I $netif $dest ; then
-    die "Resolving $dest via ARP on $netif failed"
+    dinfo "Resolving $dest via ARP on $netif failed"
 fi
 
 # Source netroot hooks before we start the handler