From dd19241084d07425d3ad0eaebdbddd1c0f249de4 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 5 Jan 2009 14:39:35 -0500 Subject: [PATCH] Fix typo with local mode installing switch_root --- dracut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut b/dracut index af44868..c974fb4 100755 --- 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 -- 2.7.4