summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-04-20 21:03:18 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-04-20 21:03:18 +0000
commit037d713f16af56333b0bbdc249ff7073ac81a368 (patch)
tree497a0b531acbe0252d3b638d6dc8721b2ba448f1 /rescue
parentcea41ee6a61d844cde0b4dbd6d325f351dadf4b1 (diff)
downloaddrakx-backup-do-not-use-037d713f16af56333b0bbdc249ff7073ac81a368.tar
drakx-backup-do-not-use-037d713f16af56333b0bbdc249ff7073ac81a368.tar.gz
drakx-backup-do-not-use-037d713f16af56333b0bbdc249ff7073ac81a368.tar.bz2
drakx-backup-do-not-use-037d713f16af56333b0bbdc249ff7073ac81a368.tar.xz
drakx-backup-do-not-use-037d713f16af56333b0bbdc249ff7073ac81a368.zip
no_comment
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/make_rescue_img3
1 files changed, 3 insertions, 0 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img
index 8b9c823f4..9c8f3f5c9 100755
--- a/rescue/make_rescue_img
+++ b/rescue/make_rescue_img
@@ -36,6 +36,9 @@ _ "$sudo rm -rf $tmp" if -e $tmp;
_ "mkdir $tmp";
_ 'find . -name "*~" | xargs rm -f';
_ "cp -a tree/* $tmp";
+_ "mkdir -p lib tmp modules proc";
+
+
foreach (keyboard::loadkeys_files) {
install($_);
symlink "$2.kmap.gz", "$tmp$1/$3.kmap.gz" if m|(.*)/((..).+)\.kmap\.gz|;