From 751f50a12dd0aef9737722486f495539174d7d61 Mon Sep 17 00:00:00 2001 From: Tim Yamin Date: Wed, 1 Dec 2004 19:09:34 +0000 Subject: [PATCH] Fix for bug #73054. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@155 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- gen_initrd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gen_initrd.sh b/gen_initrd.sh index 5f1b824..409c24b 100644 --- a/gen_initrd.sh +++ b/gen_initrd.sh @@ -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)...' -- 2.26.2