Fixed lib64 link for bug #168664.

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@493 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Chris Gianelloni 18 years ago
parent fe94247269
commit f06ba4e9e7

@ -2,6 +2,9 @@
# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2 # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $ # $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: 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, 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. which is built on 2.6.19, rather than 2.6.17 only.

@ -19,7 +19,7 @@ append_base_layout() {
mkdir -p ${TEMP}/initramfs-base-temp/sbin mkdir -p ${TEMP}/initramfs-base-temp/sbin
mkdir -p ${TEMP}/initramfs-base-temp/usr/bin mkdir -p ${TEMP}/initramfs-base-temp/usr/bin
mkdir -p ${TEMP}/initramfs-base-temp/usr/sbin 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 "/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 echo "proc /proc proc defaults 0 0" >> ${TEMP}/initramfs-base-temp/etc/fstab

Loading…
Cancel
Save