rename kernel command line param action_on_fail to rd.action_on_fail

master
Harald Hoyer 2013-06-12 13:16:33 +02:00
parent aef0f55791
commit 391d605790
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ Misc
specify the controlling terminal for the console.
This is useful, if you have multiple "console=" arguments.

**action_on_fail=**_{shell|continue}_::
**rd.action_on_fail=**_{shell|continue}_::
Specify the action after failure. By default it's emergency_shell.
'continue' means: ignore the current failure and go ahead.


View File

@ -1000,7 +1000,7 @@ emergency_shell()

action_on_fail()
{
local _action=$(getarg action_on_fail=)
local _action=$(getarg rd.action_on_fail= -d action_on_fail=)
case "$_action" in
continue)
[ "$1" = "-n" ] && shift 2