From 6748c0e04e30ba5a9b09b48373df32a747f0fbdc Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 22 Sep 2008 12:32:35 +0000 Subject: Allow forcefsck instead of gentoo=forcefsck on the kernel command line. --- sh/rc-functions.sh.in | 1 + 1 file changed, 1 insertion(+) (limited to 'sh') diff --git a/sh/rc-functions.sh.in b/sh/rc-functions.sh.in index 206d6c0..751d47a 100644 --- a/sh/rc-functions.sh.in +++ b/sh/rc-functions.sh.in @@ -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##*=}" -- cgit v1.2.3