git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@493
67a159dc-881f-0410-a524-
ba9dfbe2cb84
# 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.
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