View | Details | Raw Unified | Return to bug 389672
Collapse All | Expand All

(-)a/scripts/boot-start.sh (+5 lines)
Lines 70-75 for o in $(cat /proc/cmdline); do Link Here
70
	eval cmd_$key="${value}"
70
	eval cmd_$key="${value}"
71
	eval $key="${value}" 2> /dev/null
71
	eval $key="${value}" 2> /dev/null
72
    fi
72
    fi
73
    if [ "$key" = "init" ] ; then
74
	# All values after init= are for the init process
75
	# and will be ignored here
76
	break;
77
    fi
73
done
78
done
74
79
75
if [ "$console" ]; then
80
if [ "$console" ]; then

Return to bug 389672