Allow forcefsck instead of gentoo=forcefsck on the kernel command line.
This commit is contained in:
parent
27805de20a
commit
6748c0e04e
@ -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##*=}"
|
||||
|
Loading…
Reference in New Issue
Block a user