Allow forcefsck on the kernel command line, Gentoo #218431
This commit is contained in:
parent
53693367df
commit
27805de20a
@ -33,7 +33,7 @@ start()
|
||||
ewarn "Skipping fsck due to /fastboot"
|
||||
return 0
|
||||
fi
|
||||
if [ -e /forcefsck ]; then
|
||||
if [ -e /forcefsck ] || get_bootparam forcefsck; then
|
||||
fsck_opts="${fsck_opts} -f"
|
||||
check_extra="(check forced)"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user