Added a patch from Andrew Gaffney <agaffney@gentoo.org> 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
cleanup-cruft
Chris Gianelloni 18 years ago
parent 9899e00ed9
commit 1558a8b42e

@ -2,6 +2,12 @@
# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_package.sh,
genkernel:
Added a patch from Andrew Gaffney <agaffney@gentoo.org> to add System.map to
the tarball for the minimal kernel package for bug #174188. This is also the
3.4.8 release.
12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
ia64/modules_load, um/modules_load, x86/modules_load, x86_64/modules_load,
xen0/modules_load, xenU/modules_load:

@ -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!'

@ -2,7 +2,7 @@
# Genkernel v3
PATH="/bin:/usr/bin:/sbin:/usr/sbin"
GK_V='3.4.7'
GK_V='3.4.8'
TMPDIR='/var/tmp/genkernel'
TEMP=${TMPDIR}/$RANDOM.$RANDOM.$RANDOM.$$

Loading…
Cancel
Save