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)
|
set -- $(cat /proc/cmdline)
|
||||||
while [ -n "$1" ]; do
|
while [ -n "$1" ]; do
|
||||||
|
[ "$1" = "${match}" ] && return 0
|
||||||
case "$1" in
|
case "$1" in
|
||||||
gentoo=*)
|
gentoo=*)
|
||||||
local params="${1##*=}"
|
local params="${1##*=}"
|
||||||
|
Loading…
Reference in New Issue
Block a user