summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-10-09 18:00:28 +0000
committerOlivier Blin <oblin@mandriva.com>2009-10-09 18:00:28 +0000
commita02599a8e81ff33cd9f93a34f17823f59f2c2545 (patch)
tree19d0ef038f7cc267ee21c17b587b3de2be8cdfd0 /rescue
parentde09d1dc45c87f011a91763e15715770c6d428f3 (diff)
downloaddrakx-backup-do-not-use-a02599a8e81ff33cd9f93a34f17823f59f2c2545.tar
drakx-backup-do-not-use-a02599a8e81ff33cd9f93a34f17823f59f2c2545.tar.gz
drakx-backup-do-not-use-a02599a8e81ff33cd9f93a34f17823f59f2c2545.tar.bz2
drakx-backup-do-not-use-a02599a8e81ff33cd9f93a34f17823f59f2c2545.tar.xz
drakx-backup-do-not-use-a02599a8e81ff33cd9f93a34f17823f59f2c2545.zip
do not make de-latin1 keymap a symlink/include loop (#45109)
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/make_rescue_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/make_rescue_img b/rescue/make_rescue_img
index 2d226afdc..60769e922 100755
--- a/rescue/make_rescue_img
+++ b/rescue/make_rescue_img
@@ -28,7 +28,7 @@ substInFile { s/DISTRIB_DESCR/$ENV{DISTRIB_DESCR}/ } "$tmp/etc/issue";
_ "../tools/install-xml-file-list list.xml $tmp";
my %keytable_conflicts;
-my @less_important_keytables = qw(am_old am_phonetic no-dvorak);
+my @less_important_keytables = qw(am_old am_phonetic no-dvorak de-latin1);
foreach (keyboard::loadkeys_files()) {
my ($dir, $fname) = (dirname($_), basename($_));
my ($name) = $fname =~ /(.*)\.map\.gz/ or next;