]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
40network/dhcp-root.sh: s#initqueue-finished#initqueue/finished#g
authorHarald Hoyer <harald@redhat.com>
Tue, 29 Mar 2011 13:46:53 +0000 (15:46 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 29 Mar 2011 13:46:53 +0000 (15:46 +0200)
modules.d/40network/dhcp-root.sh

index 8c5d7238fe03b713e8eae3a371eeff73d0a39a84..85c7f08ab7426ccfe2ff819ffac43542939d4ca9 100755 (executable)
@@ -21,5 +21,5 @@ if [ "$root" = "dhcp" ] || [ "$root" = "dhcp6" ] || [ "$netroot" = "dhcp" ] ; th
 
     # Shut up init error check
     [ -z "$root" ] && root="dhcp"
-    echo '[ -d $NEWROOT/proc -o -e /dev/root ]' > $hookdir/initqueue-finished/dhcp.sh
+    echo '[ -d $NEWROOT/proc -o -e /dev/root ]' > $hookdir/initqueue/finished/dhcp.sh
 fi