X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F98-clean-chroot;h=902bd022e92441582cf5d7cf44e8f5a5426a03ce;hp=c259003c031fd4e2fbefca8433c5dc30b5021e11;hb=dff496980bcc1f22278029ed040a89b4aa8a09e3;hpb=da3354badf10160feb9b4957b203a4c47d43c768 diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index c259003..902bd02 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 20:00:39 CET 2007 [mika] +# Latest change: Thu Sep 18 01:32:11 CEST 2008 [mika] ################################################################################ set -e @@ -23,11 +23,12 @@ if ! ifclass NO_ONLINE ; then rm $target/root/grml_cleanup_chroot.online fi -# remove /usr/share/doc, /usr/share/info,... only in class REMOVE_DOCS: -if ifclass REMOVE_DOCS ; then - cp /etc/grml/fai/grml/grml_cleanup_chroot.remove_docs $target/root/ - $ROOTCMD /root/grml_cleanup_chroot.remove_docs - rm $target/root/grml_cleanup_chroot.remove_docs +# make sure to drop from grml-small what's unnecessary: +if ifclass GRML_SMALL ; then + $ROOTCMD apt-get -y --purge remove aptitude + for pkg in groff-base info locales man-db manpages nano; do + $ROOTCMD apt-get --purge $pkg || true + done fi # drop unnecessary software: @@ -39,12 +40,14 @@ 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 info \ - locales man-db manpages nano +# remove /usr/share/doc, /usr/share/info,... only in class REMOVE_DOCS: +# (important: remove them *after* deinstalling packages, otherwise +# removing packages might fail due to lack of /usr/share/man/...) +if ifclass REMOVE_DOCS ; then + cp /etc/grml/fai/grml/grml_cleanup_chroot.remove_docs $target/root/ + $ROOTCMD /root/grml_cleanup_chroot.remove_docs + rm $target/root/grml_cleanup_chroot.remove_docs fi - # misc cleanup: if [ -f /etc/grml/fai/grml/grml_cleanup_chroot ] ; then cp /etc/grml/fai/grml/grml_cleanup_chroot $target/root/