diff --git a/ChangeLog b/ChangeLog index 95a976f..d44922a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Mar 2008; Andrew Gaffney gen_initramfs.sh: + Change the location we copy the intiramfs to for integrated initramfs + 13 Mar 2008; Andrew Gaffney generic/linuxrc: Revert last commit as it wasn't a problem diff --git a/gen_initramfs.sh b/gen_initramfs.sh index 69f20f5..3fe7fa0 100644 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -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}"