Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 291045
Collapse All | Expand All

(-)checkroot (-1 / +1 lines)
Lines 17-23 Link Here
17
			eend $?
17
			eend $?
18
		fi
18
		fi
19
19
20
		if [[ -f /forcefsck ]] || get_bootparam "forcefsck" ; then
20
		if [[ -f /forcefsck ]] || get_bootparam "forcerootfsck" || get_bootparam "forcefsck" ; then
21
			ebegin "Checking root filesystem (full fsck forced)"
21
			ebegin "Checking root filesystem (full fsck forced)"
22
			fsck -C -a -f /
22
			fsck -C -a -f /
23
			# /forcefsck isn't deleted because checkfs needs it.
23
			# /forcefsck isn't deleted because checkfs needs it.
(-)checkfs (-1 / +1 lines)
Lines 16-22 Link Here
16
		rm -f /fastboot
16
		rm -f /fastboot
17
	else
17
	else
18
		ebegin "Checking all filesystems"
18
		ebegin "Checking all filesystems"
19
		if [[ -f /forcefsck ]] ; then
19
		if [[ -f /forcefsck ]] || get_bootparam "forcefsck" ; then
20
			ewarn "A full fsck has been forced"
20
			ewarn "A full fsck has been forced"
21
			fsck -C -T -R -A -a -f
21
			fsck -C -T -R -A -a -f
22
			retval=$?
22
			retval=$?

Return to bug 291045