Fix typo with local mode installing switch_root

master
Jeremy Katz 2009-01-05 14:39:35 -05:00
parent 55ca5f4f14
commit dd19241084
1 changed files with 1 additions and 1 deletions

2
dracut
View File

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