From 1558a8b42e312b4889e1762f1176490d03518f8e Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 12 Apr 2007 11:43:11 +0000 Subject: Added a patch from Andrew Gaffney to add System.map to the tarball for the minimal kernel package for bug #174188. This is also the 3.4.8 release. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@508 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- gen_package.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gen_package.sh') diff --git a/gen_package.sh b/gen_package.sh index c8c807d9..b2cec34c 100644 --- a/gen_package.sh +++ b/gen_package.sh @@ -33,6 +33,8 @@ gen_minkernpackage() [ "${BUILD_INITRD}" -ne 0 ] && { cp "${TMPDIR}/initrd-${KV}" "${TEMP}/minkernpackage/initrd-${ARCH}-${KV}" || gen_die 'Could not copy the initrd for the kernel package!'; } fi fi + + cp "${TMPDIR}/System.map-${KV}" "${TEMP}/minkernpackage/System.map-${ARCH}-${KV}" || gen_die 'Could not copy System.map for the kernel package!'; cd "${TEMP}/minkernpackage" /bin/tar -jcpf ${MINKERNPACKAGE} * || gen_die 'Could not compress the kernel package!' -- cgit v1.2.3-65-gdbad