From 037d713f16af56333b0bbdc249ff7073ac81a368 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 20 Apr 2000 21:03:18 +0000 Subject: no_comment --- rescue/make_rescue_img | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rescue') 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|; -- cgit v1.2.1