Allow forcefsck on the kernel command line, Gentoo #218431

This commit is contained in:
Roy Marples 2008-09-22 12:32:11 +00:00
parent 53693367df
commit 27805de20a

View File

@ -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