Home
last modified time | relevance | path

Searched refs:shell_wanted_status (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Ddebug22 shell_wanted_status=`expr $bootparam_shell : '\(.*\):.*'`
25 if [ "$shell_wanted_status" = "before" ]; then
26 shell_wanted_status=pre
28 shell_wanted_status=post
33 ( [ "$status" = "$shell_wanted_status" ] &&