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=629fdeb1d87970cd4d6f6b0fde60b96141d43dd7;hp=0fdb18dc86c5e59faf46f9c39eb695a7751777ec;hb=06335ed6cf5e6dad2ba8d056540957a3b3fde8e3;hpb=9d56ad4d59e3ef3241532b3f381921a19412dbce diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index 0fdb18d..629fdeb 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 Nov 04 11:29:07 CET 2007 [mika] +# Latest change: Sun Nov 04 12:11:32 CET 2007 [mika] ################################################################################ set -e @@ -18,9 +18,9 @@ fi # skip tasks which require only when using class NO_ONLINE: if ! ifclass NO_ONLINE ; then - cp /etc/grml/fai/grml/grml_cleanup_chroot.no_online $target/root/ - $ROOTCMD /root/grml_cleanup_chroot.no_online - rm $target/root/grml_cleanup_chroot.no_online + cp /etc/grml/fai/grml/grml_cleanup_chroot.online $target/root/ + $ROOTCMD /root/grml_cleanup_chroot.online + rm $target/root/grml_cleanup_chroot.online fi # remove /usr/share/doc, /usr/share/info,... only in class REMOVE_DOCS: