summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-07-10 16:33:21 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-07-10 16:33:21 +0000
commit640255572c30658ad75a7ed7948617dd56fdeaa4 (patch)
treeaad1cfd9e13b4490a611dbdd51200621b65fe4ed /rescue
parent8177c7b2bdc55ff489f39c471085db9064ae359b (diff)
downloaddrakx-backup-do-not-use-640255572c30658ad75a7ed7948617dd56fdeaa4.tar
drakx-backup-do-not-use-640255572c30658ad75a7ed7948617dd56fdeaa4.tar.gz
drakx-backup-do-not-use-640255572c30658ad75a7ed7948617dd56fdeaa4.tar.bz2
drakx-backup-do-not-use-640255572c30658ad75a7ed7948617dd56fdeaa4.tar.xz
drakx-backup-do-not-use-640255572c30658ad75a7ed7948617dd56fdeaa4.zip
no_comment
Diffstat (limited to 'rescue')
-rw-r--r--rescue/dirs4
-rwxr-xr-xrescue/make_rescue_img2
2 files changed, 4 insertions, 2 deletions
diff --git a/rescue/dirs b/rescue/dirs
index ae6616b1e..6ace88d5d 100644
--- a/rescue/dirs
+++ b/rescue/dirs
@@ -1,3 +1,7 @@
/mnt/cdrom
/mnt/disk
/mnt/floppy
+/lib
+/tmp
+/modules
+/proc
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img
index 32186628a..b276d3a17 100755
--- a/rescue/make_rescue_img
+++ b/rescue/make_rescue_img
@@ -41,8 +41,6 @@ foreach (cat_("dirs")) {
}
_ "cp -a tree/* $tmp";
_ "find $tmp -name 'CVS*' | xargs rm -rf";
-_ "cd $tmp; mkdir -p lib tmp modules proc";
-
foreach (keyboard::loadkeys_files) {
install($_);