From: Michael Prokop Date: Sun, 4 Nov 2007 11:11:49 +0000 (+0100) Subject: Rename /etc/grml/fai/grml/grml_cleanup_chroot.no_online X-Git-Tag: 0.0.8~22 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=06335ed6cf5e6dad2ba8d056540957a3b3fde8e3 Rename /etc/grml/fai/grml/grml_cleanup_chroot.no_online --- diff --git a/debian/changelog b/debian/changelog index 5819699..2523709 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ grml-live (0.0.8) unstable; urgency=low * Remove /var/log/fai/* in class RELEASE. * Generate md5sum of windows binaries. * Upgrade via aptitude upgrade in update process. + * Rename /etc/grml/fai/grml/grml_cleanup_chroot.no_online into + /etc/grml/fai/grml/grml_cleanup_chroot.online -- Michael Prokop Sun, 04 Nov 2007 01:43:06 +0100 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: diff --git a/etc/grml/fai/grml/grml_cleanup_chroot.no_online b/etc/grml/fai/grml/grml_cleanup_chroot.online similarity index 100% rename from etc/grml/fai/grml/grml_cleanup_chroot.no_online rename to etc/grml/fai/grml/grml_cleanup_chroot.online