Searched refs:bootparam_shell (Results 1 – 1 of 1) sorted by relevance
21 if [ -n "$bootparam_shell" ] && [ "$bootparam_shell" != "true" ]; then22 shell_wanted_status=`expr $bootparam_shell : '\(.*\):.*'`23 shell_wanted_module=`expr $bootparam_shell : '.*:\(.*\)'`32 if [ "$bootparam_shell" = "true" ] ||