X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRML_SMALL%2F98-clean-chroot;fp=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRML_SMALL%2F98-clean-chroot;h=0000000000000000000000000000000000000000;hp=1ff34afff7518d0dd5996c04b05822507fb0cc46;hb=f9e99174221e1035d0eec78ff68d0c65bdc3fba4;hpb=8f2c82bad21f1a2942b5164b1a6080b286ad3e01 diff --git a/etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot b/etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot deleted file mode 100755 index 1ff34af..0000000 --- a/etc/grml/fai/config/scripts/GRML_SMALL/98-clean-chroot +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -# Filename: /etc/grml/fai/config/scripts/GRML_SMALL/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: Mon Sep 17 17:36:11 CEST 2007 [mika] -################################################################################ - -set -u -set -e - -# supported environment variables of grml_cleanup_chroot.small: -# NOCOLORS: if set it disables colors in (debugging) output -# REMOVE_DOCS: rm -rf /usr/share/doc + /usr/share/info - -cp /etc/grml/fai/grml/grml_cleanup_chroot.small $target/root/ -$ROOTCMD sh -c "NOCOLORS=1 /root/grml_cleanup_chroot.small" -rm $target/root/grml_cleanup_chroot.small - -## END OF FILE ################################################################# -# vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=3