Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Ddebug46 shell_debug_wanted_status=`expr $bootparam_shell_debug : '\(.*\):.*'`
49 if [ "$shell_debug_wanted_status" = "before" ]; then
50 shell_debug_wanted_status=pre
52 shell_debug_wanted_status=post
57 ( [ "$status" = "$shell_debug_wanted_status" ] &&