From: Alexander Wirt Date: Wed, 28 Dec 2011 22:21:10 +0000 (+0100) Subject: Don't purge locale X-Git-Tag: v0.17.3~11 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=5be4ea5e0b94b70afe5c8be87c5d04f68a6b078b Don't purge locale --- 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