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

(-)initrd.scripts (+8 lines)
Lines 488-493 Link Here
488
startVolumes() {
488
startVolumes() {
489
	#good_msg 'Checking if volumes need to be started...'
489
	#good_msg 'Checking if volumes need to be started...'
490
	
490
	
491
	# Here, we check for /dev/device-mapper, and if it exists, we setup a
492
	# a symlink, which should hopefully fix bug #142775 and bug #147015
493
	if [ -e /dev/device-mapper ]
494
	then
495
		mkdir -p /dev/mapper
496
		ln -sf /dev/device-mapper /dev/mapper/control
497
	fi
498
	
491
	if [ "${USE_DMRAID_NORMAL}" -eq '1' ]
499
	if [ "${USE_DMRAID_NORMAL}" -eq '1' ]
492
	then
500
	then
493
		if [ -e '/sbin/dmraid' ]
501
		if [ -e '/sbin/dmraid' ]

Return to bug 142775