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

Collapse All | Expand All

(-)init.d/checkfs (+11 lines)
Lines 12-15 Link Here
12
	local retval=0
12
	local retval=0
13
	
13
	
14
	#
15
	# EVMS2 summport for /usr, /var ....
16
	#
17
        if [ -f /sbin/evms_activate ]
18
	then
19
		ebegin "Activating EVMS22: "
20
		evms_activate
21
		retval = $?	
22
		eend ${retval}
23
	fi
24
	
14
	# LVM support for /usr, /home, /opt ....
25
	# LVM support for /usr, /home, /opt ....
15
	# This should be done *before* checking local
26
	# This should be done *before* checking local

Return to bug 24064