Change the location we copy the intiramfs to for integrated initramfs

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@644 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Andrew Gaffney 17 years ago
parent 2d0c095a79
commit d1313f5ecc

@ -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:
Change the location we copy the intiramfs to for integrated initramfs
13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
Revert last commit as it wasn't a problem

@ -494,8 +494,7 @@ create_initramfs() {
if isTrue "${INTEGRATED_INITRAMFS}"
then
cp ${TMPDIR}/initramfs-${KV} ${KERNEL_DIR}/initramfs.cpio.gz
gunzip -f ${KERNEL_DIR}/initramfs.cpio.gz
cp ${TMPDIR}/initramfs-${KV} ${KERNEL_DIR}/usr/initramfs_data.cpio.gz
fi
if ! isTrue "${CMD_NOINSTALL}"

Loading…
Cancel
Save