summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-05-09 16:50:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-05-09 16:50:47 +0000
commit7302855eeae62088b2910793112acc3af71a7bc9 (patch)
tree57b6a6ba4992c8824ba63b90d3300a8ae233e8d1 /rescue
parent0ee11e471095e7390839eac7ff95bddd13651ffa (diff)
downloaddrakx-backup-do-not-use-7302855eeae62088b2910793112acc3af71a7bc9.tar
drakx-backup-do-not-use-7302855eeae62088b2910793112acc3af71a7bc9.tar.gz
drakx-backup-do-not-use-7302855eeae62088b2910793112acc3af71a7bc9.tar.bz2
drakx-backup-do-not-use-7302855eeae62088b2910793112acc3af71a7bc9.tar.xz
drakx-backup-do-not-use-7302855eeae62088b2910793112acc3af71a7bc9.zip
no_comment
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/make_rescue_img1
1 files changed, 1 insertions, 0 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img
index d77250fed..2e3178ca7 100755
--- a/rescue/make_rescue_img
+++ b/rescue/make_rescue_img
@@ -36,6 +36,7 @@ _ "$sudo rm -rf $tmp" if -e $tmp;
_ "mkdir $tmp";
_ 'find . -name "*~" | xargs rm -f';
_ "cp -a tree/* $tmp";
+_ "find $tmp -name CVS | xargs rm -rf";
_ "cd $tmp; mkdir -p lib tmp modules proc";