Allow forcefsck instead of gentoo=forcefsck on the kernel command line.

This commit is contained in:
Roy Marples 2008-09-22 12:32:35 +00:00
parent 27805de20a
commit 6748c0e04e

View File

@ -58,6 +58,7 @@ get_bootparam()
set -- $(cat /proc/cmdline)
while [ -n "$1" ]; do
[ "$1" = "${match}" ] && return 0
case "$1" in
gentoo=*)
local params="${1##*=}"