diff options
author | Roy Marples <roy@marples.name> | 2008-09-22 12:32:35 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-09-22 12:32:35 +0000 |
commit | 6748c0e04e30ba5a9b09b48373df32a747f0fbdc (patch) | |
tree | 410448eadd0d71faff4a6b77b047c5a9db406690 /sh | |
parent | 27805de20aae4618c77042761aaf87054f5671e8 (diff) |
Allow forcefsck instead of gentoo=forcefsck on the kernel command line.
Diffstat (limited to 'sh')
-rw-r--r-- | sh/rc-functions.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/rc-functions.sh.in b/sh/rc-functions.sh.in index 206d6c0f..751d47a3 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##*=}" |