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

Collapse All | Expand All

(-)a/defaults/initrd.scripts (-2 / +1 lines)
Lines 647-653 startVolumes() { Link Here
647
			good_msg "Scanning for Volume Groups"
647
			good_msg "Scanning for Volume Groups"
648
			/bin/vgscan --ignorelockingfailure --mknodes 2>/dev/null
648
			/bin/vgscan --ignorelockingfailure --mknodes 2>/dev/null
649
			good_msg "Activating Volume Groups"
649
			good_msg "Activating Volume Groups"
650
			/bin/vgchange -ay --ignorelockingfailure 2>/dev/null
650
			/bin/vgchange -ay --sysinit 2>/dev/null
651
651
652
			# Disable EVMS since lvm is activated and they dont work together.
652
			# Disable EVMS since lvm is activated and they dont work together.
653
			if [ "${USE_EVMS_NORMAL}" = '1' ]
653
			if [ "${USE_EVMS_NORMAL}" = '1' ]
654
- 

Return to bug 351047