git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@145 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Tim Yamin 20 years ago
parent 0165bead96
commit e83e580c28

@ -97,9 +97,9 @@ create_base_initrd_sys() {
then then
cp /sbin/lvm "${TEMP}/initrd-temp/bin/lvm" || cp /sbin/lvm "${TEMP}/initrd-temp/bin/lvm" ||
gen_die 'Could not copy over lvm!' gen_die 'Could not copy over lvm!'
ln -sf "${TEMP}/initrd-temp/bin/lvm" "${TEMP}/initrd-temp/bin/vgscan" || ln -sf "./lvm" "${TEMP}/initrd-temp/bin/vgscan" ||
gen_die 'Could not symlink lvm -> vgscan!' gen_die 'Could not symlink lvm -> vgscan!'
ln -sf "${TEMP}/initrd-temp/bin/lvm" "${TEMP}/initrd-temp/bin/vgchange" || ln -sf "./lvm" "${TEMP}/initrd-temp/bin/vgchange" ||
gen_die 'Could not symlink lvm -> vgchange!' gen_die 'Could not symlink lvm -> vgchange!'
fi fi
# else # else

Loading…
Cancel
Save