From edd0442e59fdb64f2a6d046113b900c8b93c3d82 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 16 Dec 2007 20:01:20 +0100 Subject: [PATCH] Always drop groff-base, man-db, info, man-db, manpages and nano from grml-small --- debian/changelog | 1 + etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3e8291d..7362fc6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ grml-live (0.0.13) unstable; urgency=low * Disable Recommends for aptitude as well. * Check for presence of live-initramfs in 10-build-initramfs. * Install aptitude in softupdate if not present. + * Always drop groff-base, man-db, info, man-db, manpages and nano from grml-small. * Do some further cleanups via /etc/grml/fai/grml/grml_cleanup_chroot.deborphan * Remove hwtools from GRML_FULL, see #397723 * Remove several packages from GRMLBASE and integrate them in GRML_MEDIUM diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index 4627529..8acb574 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Sun Dec 16 17:37:09 CET 2007 [mika] +# Latest change: Sun Dec 16 20:00:39 CET 2007 [mika] ################################################################################ set -e @@ -39,6 +39,11 @@ if ifclass GRML_SMALL || ifclass DEBORPHAN ; then fi fi +# make sure to drop from grml-small what's unnecessary: +if ifclass GRML_SMALL ; then + $ROOTCMD apt-get -y --purge remove groff-base man-db info man-db manpages nano +fi + # misc cleanup: if [ -f /etc/grml/fai/grml/grml_cleanup_chroot ] ; then cp /etc/grml/fai/grml/grml_cleanup_chroot $target/root/ -- 2.1.4