diff options
author | Olivier Blin <oblin@mandriva.com> | 2009-10-09 18:00:28 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2009-10-09 18:00:28 +0000 |
commit | a02599a8e81ff33cd9f93a34f17823f59f2c2545 (patch) | |
tree | 19d0ef038f7cc267ee21c17b587b3de2be8cdfd0 /rescue | |
parent | de09d1dc45c87f011a91763e15715770c6d428f3 (diff) | |
download | drakx-a02599a8e81ff33cd9f93a34f17823f59f2c2545.tar drakx-a02599a8e81ff33cd9f93a34f17823f59f2c2545.tar.gz drakx-a02599a8e81ff33cd9f93a34f17823f59f2c2545.tar.bz2 drakx-a02599a8e81ff33cd9f93a34f17823f59f2c2545.tar.xz drakx-a02599a8e81ff33cd9f93a34f17823f59f2c2545.zip |
do not make de-latin1 keymap a symlink/include loop (#45109)
Diffstat (limited to 'rescue')
-rwxr-xr-x | rescue/make_rescue_img | 2 |
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; |