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

(-)checkroot.old (-1 / +3 lines)
Lines 87-93 Link Here
87
		fi
87
		fi
88
	fi
88
	fi
89
89
90
	if [[ ${BOOT} == "yes" ]] ; then
90
	local MTAB=`readlink /etc/mtab`
91
	if [[ ${BOOT} == "yes" ]] && [[ ${MTAB} != '../proc/mounts' ]] && \
92
	   [[ ${MTAB} != '/proc/mounts' ]] ; then
91
		local x=
93
		local x=
92
		local y=
94
		local y=
93
95

Return to bug 214182