21 lines
866 B
Diff
21 lines
866 B
Diff
|
From 85323dcbb957e7fa3daebd3d5b2f9563ef379ca2 Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Tue, 29 Mar 2011 15:46:53 +0200
|
||
|
Subject: [PATCH] 40network/dhcp-root.sh: s#initqueue-finished#initqueue/finished#g
|
||
|
|
||
|
---
|
||
|
modules.d/40network/dhcp-root.sh | 2 +-
|
||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||
|
|
||
|
diff --git a/modules.d/40network/dhcp-root.sh b/modules.d/40network/dhcp-root.sh
|
||
|
index 8c5d723..85c7f08 100755
|
||
|
--- a/modules.d/40network/dhcp-root.sh
|
||
|
+++ b/modules.d/40network/dhcp-root.sh
|
||
|
@@ -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
|