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

(-)gen_initrd.sh (-2 / +2 lines)
Lines 97-105 Link Here
97
		then
97
		then
98
			cp /sbin/lvm "${TEMP}/initrd-temp/bin/lvm" ||
98
			cp /sbin/lvm "${TEMP}/initrd-temp/bin/lvm" ||
99
				gen_die 'Could not copy over lvm!'
99
				gen_die 'Could not copy over lvm!'
100
			ln -sf "${TEMP}/initrd-temp/bin/lvm" "${TEMP}/initrd-temp/bin/vgscan" ||
100
			ln -sf "./lvm" "${TEMP}/initrd-temp/bin/vgscan" ||
101
				gen_die 'Could not symlink lvm -> vgscan!'
101
				gen_die 'Could not symlink lvm -> vgscan!'
102
			ln -sf "${TEMP}/initrd-temp/bin/lvm" "${TEMP}/initrd-temp/bin/vgchange" ||
102
			ln -sf "./lvm" "${TEMP}/initrd-temp/bin/vgchange" ||
103
				gen_die 'Could not symlink lvm -> vgchange!'
103
				gen_die 'Could not symlink lvm -> vgchange!'
104
		fi
104
		fi
105
#	else
105
#	else

Return to bug 69745