]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Use relative path for ip command.
authorSeewer Philippe <philippe.seewer@bfh.ch>
Mon, 15 Jun 2009 21:34:36 +0000 (17:34 -0400)
committerWarren Togami <wtogami@redhat.com>
Mon, 15 Jun 2009 21:34:36 +0000 (17:34 -0400)
modules.d/40network/dhclient-script

index 3cc48c877c124780b49d507e9872a8d04a19620d..7d201e08e3f11a22058f23baabdf1b6d631077f1 100755 (executable)
@@ -69,7 +69,7 @@ setup_interface() {
 
 case $reason in
     PREINIT)
-       run /sbin/ip link set $netif up
+       run ip link set $netif up
        ;;
     BOUND)
        setup_interface