X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F98-clean-chroot;h=7d1239aa36c24293e3a204ebfc7b4ee0a2c73624;hb=6c00c3c1fd1e3fee0d10c1f1b4f6257d21d663d9;hp=b95c7929ee8c55bf8b817562047080affab2c692;hpb=9d3ce6903c49cb40d37e2f10587e5d6d2dcc774d;p=grml-live.git diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index b95c792..7d1239a 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot @@ -1,10 +1,9 @@ -#!/bin/sh +#!/bin/bash # Filename: /etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot # Purpose: clean up chroot system # 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: Die Jän 08 09:11:17 CET 2008 [mika] ################################################################################ set -e @@ -23,6 +22,14 @@ if ! ifclass NO_ONLINE ; then rm $target/root/grml_cleanup_chroot.online fi +# 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 remove --yes $pkg || true + done +fi + # drop unnecessary software: if ifclass GRML_SMALL || ifclass DEBORPHAN ; then if [ -f /etc/grml/fai/grml/grml_cleanup_chroot.deborphan ] ; then @@ -32,13 +39,6 @@ if ifclass GRML_SMALL || ifclass DEBORPHAN ; then fi fi -# make sure to drop from grml-small what's unnecessary: -if ifclass GRML_SMALL ; then - for pkg in groff-base info locales man-db manpages nano; do - $ROOTCMD dpkg --purge $pkg || true - done -fi - # 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/...) @@ -57,7 +57,6 @@ fi # make sure GRML_SMALL uses the appropriate configuration: if ifclass GRML_SMALL ; then cp $target/etc/inittab.small $target/etc/inittab - cp $target/etc/runlevel.conf.livecd.small $target/etc/runlevel.conf fi if ifclass RELEASE ; then