X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRML_SMALL%2F98-clean-chroot;fp=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRML_SMALL%2F98-clean-chroot;h=25e01f4f43c698b914c1a292887ae1d16c739a9d;hb=5be4ea5e0b94b70afe5c8be87c5d04f68a6b078b;hp=e5e0b2d297778119bce5a02333205ad4b4f005b2;hpb=89cdf10f27a3ffcb6846ae5aa5e51cb9e5010738;p=grml-live.git diff --git a/etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot b/etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot index e5e0b2d..25e01f4 100755 --- a/etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot +++ b/etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot @@ -12,14 +12,11 @@ set -u echo "Removing /usr/share/ssh/blacklist.*" rm -f $target/usr/share/ssh/blacklist.DSA-1024 $target/usr/share/ssh/blacklist.RSA-2048 -for pkg in info locales; do - $ROOTCMD apt-get --purge remove --yes $pkg || true -done - echo "Cleaning documentation directories" if [ -d $target/usr/share/doc/grml-docs ] ; then mv $target/usr/share/doc/grml-docs $target/tmp/ fi +set -x ## END OF FILE ################################################################# # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2