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