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=bd1ae738d525025e9b30108a5349f15180be80a7;hp=e8c634c02aa41d1e2c655223484037a0a0a3028b;hb=f4eee9027ef2775d9e44c80ad4a5761ce0eac7c6;hpb=8766b1819bbb0cbb9d6fd7464637fb1caa443f20 diff --git a/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot b/etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot index e8c634c..bd1ae73 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: Mon Nov 05 22:37:04 CET 2007 [mika] +# Latest change: Sun Dec 09 18:46:19 CET 2007 [mika] ################################################################################ set -e @@ -47,7 +47,7 @@ if ifclass RELEASE ; then # Remove all FAI logs from chroot via grml-live later then: touch $target/etc/grml_fai_release # Remove all files inside /root/ of chroot: - rm -rf $target/root/.* $target/root/* + rm -rf $target/root/.* $target/root/* || /bin/true fi ## END OF FILE #################################################################