Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Ddebug45 if [ -n "$bootparam_shell_debug" ] && [ "$bootparam_shell_debug" != "true" ]; then
46 shell_debug_wanted_status=`expr $bootparam_shell_debug : '\(.*\):.*'`
47 shell_debug_wanted_module=`expr $bootparam_shell_debug : '.*:\(.*\)'`
56 if [ "$bootparam_shell_debug" = "true" ] ||