Fix for bug #73054.
authorTim Yamin <plasmaroo@gentoo.org>
Wed, 1 Dec 2004 19:09:34 +0000 (19:09 +0000)
committerTim Yamin <plasmaroo@gentoo.org>
Wed, 1 Dec 2004 19:09:34 +0000 (19:09 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@155 67a159dc-881f-0410-a524-ba9dfbe2cb84

gen_initrd.sh

index 5f1b824e4ad16297f78a75ce2ba2d7d5075c6752..409c24b52591fa7e30a43d973f593c96ada037db 100644 (file)
@@ -100,9 +100,9 @@ create_base_initrd_sys() {
                        print_info 1 'LVM2: Adding support (using local static binaries)...'
                        cp /sbin/lvm "${TEMP}/initrd-temp/bin/lvm" ||
                                gen_die 'Could not copy over lvm!'
-                       ln -sf "${TEMP}/initrd-temp/bin/lvm" "${TEMP}/initrd-temp/bin/vgscan" ||
+                       ln "${TEMP}/initrd-temp/bin/lvm" "${TEMP}/initrd-temp/bin/vgscan" ||
                                gen_die 'Could not symlink lvm -> vgscan!'
-                       ln -sf "${TEMP}/initrd-temp/bin/lvm" "${TEMP}/initrd-temp/bin/vgchange" ||
+                       ln "${TEMP}/initrd-temp/bin/lvm" "${TEMP}/initrd-temp/bin/vgchange" ||
                                gen_die 'Could not symlink lvm -> vgchange!'
                else
                        print_info 1 'LVM2: Adding support (compiling binaries)...'