]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Fix typo with local mode installing switch_root
authorJeremy Katz <katzj@redhat.com>
Mon, 5 Jan 2009 19:39:35 +0000 (14:39 -0500)
committerJeremy Katz <katzj@redhat.com>
Mon, 5 Jan 2009 19:39:35 +0000 (14:39 -0500)
dracut

diff --git a/dracut b/dracut
index af44868780f43fbf3b067a11c92f821cf9989118..c974fb49f0032332c8cffa895bc22b7ec51d8d6e 100755 (executable)
--- a/dracut
+++ b/dracut
@@ -54,7 +54,7 @@ fi
 if [ -n "$allowlocal" -a -f ./init ]; then
     source ./dracut-functions
     initfile=./init
-    switchroot=./switchroot
+    switchroot=./switch_root
     rulesdir=./rules.d
 else
     source /usr/libexec/dracut/functions