Fixed lib64 link for bug #168664.
authorChris Gianelloni <wolf31o2@gentoo.org>
Fri, 9 Mar 2007 18:01:55 +0000 (18:01 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Fri, 9 Mar 2007 18:01:55 +0000 (18:01 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@493 67a159dc-881f-0410-a524-ba9dfbe2cb84

ChangeLog
gen_initramfs.sh

index 6f78f6277907edae381291823b943cf7adfdeaa1..b9018ee0050fda4fb6fd02a4c4045c58d2e074a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh:
+  Fixed lib64 link for bug #168664.
+
   09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6:
   Update default kernel config with the current LiveCD config for 2007.0,
   which is built on 2.6.19, rather than 2.6.17 only.
index c2cefc333fcc4889927e9b8f73e25b6c83a3d7a0..322644dab318708eb61372861e02d9b0a3c9bda7 100644 (file)
@@ -19,7 +19,7 @@ append_base_layout() {
        mkdir -p ${TEMP}/initramfs-base-temp/sbin
        mkdir -p ${TEMP}/initramfs-base-temp/usr/bin
        mkdir -p ${TEMP}/initramfs-base-temp/usr/sbin
-       ln -s  ../lib  ${TEMP}/initramfs-base-temp/lib64
+       ln -s  lib  ${TEMP}/initramfs-base-temp/lib64
 
        echo "/dev/ram0     /           ext2    defaults        0 0" > ${TEMP}/initramfs-base-temp/etc/fstab
        echo "proc          /proc       proc    defaults    0 0" >> ${TEMP}/initramfs-base-temp/etc/fstab