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

(-)checkroot.orig (-1 / +1 lines)
Lines 23-29 Link Here
23
			# /forcefsck isn't deleted because checkfs needs it.
23
			# /forcefsck isn't deleted because checkfs needs it.
24
			# it'll be deleted in that script.
24
			# it'll be deleted in that script.
25
		else
25
		else
26
			fsck -a /
26
			fsck -C -a /
27
		fi
27
		fi
28
		if [ "$?" -eq 0 ]
28
		if [ "$?" -eq 0 ]
29
		then
29
		then

Return to bug 17395