From: Jeremy Katz Date: Mon, 5 Jan 2009 19:39:35 +0000 (-0500) Subject: Fix typo with local mode installing switch_root X-Git-Tag: 0.1~489 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd19241084d07425d3ad0eaebdbddd1c0f249de4;p=thirdparty%2Fdracut.git Fix typo with local mode installing switch_root --- diff --git a/dracut b/dracut index af4486878..c974fb49f 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