We should edit the copy of the kconfig instead of the source file

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@648 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Andrew Gaffney 17 years ago
parent 5fcaaea2f8
commit 0612894e1b

@ -2,6 +2,9 @@
# Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
We should edit the copy of the kconfig instead of the source file
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
genkernel:
Instead of copying the initramfs into the kernel tree, we now sed the

@ -496,7 +496,7 @@ create_initramfs() {
then
# cp ${TMPDIR}/initramfs-${KV} ${KERNEL_DIR}/usr/initramfs_data.cpio.gz
mv ${TMPDIR}/initramfs-${KV} ${TMPDIR}/initramfs-${KV}.cpio.gz
sed -i "s/^.*CONFIG_INITRAMFS_SOURCE=.*$/CONFIG_INITRAMFS_SOURCE=\"${TMPDIR}/initramfs-${KV}.cpio.gz\"/" ${KERNEL_CONFIG}
sed -i "s/^.*CONFIG_INITRAMFS_SOURCE=.*$/CONFIG_INITRAMFS_SOURCE=\"${TMPDIR}/initramfs-${KV}.cpio.gz\"/" ${KERNEL_DIR}/.config
fi
if ! isTrue "${CMD_NOINSTALL}"

Loading…
Cancel
Save