Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 17395 | Differences between
and this patch

Collapse All | Expand All

(-)checkfs.orig (-1 / +1 lines)
Lines 57-63 Link Here
57
			fsck -C -R -A -a -f
57
			fsck -C -R -A -a -f
58
			rm -f /forcefsck
58
			rm -f /forcefsck
59
		else
59
		else
60
			fsck -R -A -a
60
			fsck -C -R -A -a
61
		fi
61
		fi
62
		if [ "$?" -eq 0 ]
62
		if [ "$?" -eq 0 ]
63
		then
63
		then

Return to bug 17395