From d1313f5ecc0a02447c4b9badc76f84c5f6d8f906 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Thu, 13 Mar 2008 17:04:53 +0000 Subject: [PATCH] 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 --- ChangeLog | 3 +++ gen_initramfs.sh | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) 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}" -- 2.26.2