40network/dhcp-root.sh: s#initqueue-finished#initqueue/finished#g

master
Harald Hoyer 2011-03-29 15:46:53 +02:00
parent 8bc650d9dc
commit 85323dcbb9
1 changed files with 1 additions and 1 deletions

View File

@ -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