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

(-)genkernel/gen_initrd.sh (+6 lines)
Lines 144-149 Link Here
144
			cp -a /lib/evms/* "${TEMP}/initrd-temp/lib/evms" || gen_die 'Could not copy files for EVMS2!'
144
			cp -a /lib/evms/* "${TEMP}/initrd-temp/lib/evms" || gen_die 'Could not copy files for EVMS2!'
145
			cp -a /etc/evms.conf "${TEMP}/initrd-temp/etc" || gen_die 'Could not copy files for EVMS2!'
145
			cp -a /etc/evms.conf "${TEMP}/initrd-temp/etc" || gen_die 'Could not copy files for EVMS2!'
146
			cp /sbin/evms_activate "${TEMP}/initrd-temp/bin/evms_activate" || gen_die 'Could not copy over vgscan!'
146
			cp /sbin/evms_activate "${TEMP}/initrd-temp/bin/evms_activate" || gen_die 'Could not copy over vgscan!'
147
			# Fix EVMS2 complaining that it cant find the swap utilities.
148
			# These are not required in the initrd
149
			for swap_libs in "${TEMP}/initrd-temp/lib/evms/*/swap*.so"
150
			do
151
				rm $swap_libs
152
			done
147
		fi
153
		fi
148
	fi	
154
	fi	
149
155

Return to bug 79502