rename kernel command line param action_on_fail to rd.action_on_fail
parent
aef0f55791
commit
391d605790
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue