summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-03-15 10:28:49 +0000
committerFrancois Pons <fpons@mandriva.com>2002-03-15 10:28:49 +0000
commitf7379c17842aec187c238a6346688f6c63fa6514 (patch)
tree4222c499a42d4a305089a4c33b211955d3eb35f8 /rescue
parentf786bb8717427843e3380cd245de00aa99d56afd (diff)
downloaddrakx-backup-do-not-use-f7379c17842aec187c238a6346688f6c63fa6514.tar
drakx-backup-do-not-use-f7379c17842aec187c238a6346688f6c63fa6514.tar.gz
drakx-backup-do-not-use-f7379c17842aec187c238a6346688f6c63fa6514.tar.bz2
drakx-backup-do-not-use-f7379c17842aec187c238a6346688f6c63fa6514.tar.xz
drakx-backup-do-not-use-f7379c17842aec187c238a6346688f6c63fa6514.zip
update lang according to lang.pm of 8.2 (remove @euro appended for 8.1).
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/tree/etc/oem8
1 files changed, 4 insertions, 4 deletions
diff --git a/rescue/tree/etc/oem b/rescue/tree/etc/oem
index 6347e194f..fb056d1d7 100755
--- a/rescue/tree/etc/oem
+++ b/rescue/tree/etc/oem
@@ -133,11 +133,11 @@ foreach (@ARGV) { /^([^=:]*)[=:]?(.*)/ and $options{$1} = $2; /^no([^=:]*)/ and
#- default language fall to english ?
foreach ($options{lang} || 'en') {
- /fr/ and ($lang, $flang, $charset) = ('fr', 'fr_FR@euro', 'iso-8859-15');
+ /fr/ and ($lang, $flang, $charset) = ('fr', 'fr_FR', 'iso-8859-15');
/en/ and ($lang, $flang, $charset) = ('en', 'en_US', 'iso-8859-1');
- /de/ and ($lang, $flang, $charset) = ('de', 'de_DE@euro', 'iso-8859-15');
- /it/ and ($lang, $flang, $charset) = ('it', 'it_IT@euro', 'iso-8859-15');
- /es/ and ($lang, $flang, $charset) = ('es', 'es_ES@euro', 'iso-8859-15');
+ /de/ and ($lang, $flang, $charset) = ('de', 'de_DE', 'iso-8859-15');
+ /it/ and ($lang, $flang, $charset) = ('it', 'it_IT', 'iso-8859-15');
+ /es/ and ($lang, $flang, $charset) = ('es', 'es_ES', 'iso-8859-15');
}
foreach (keys %options) {
print "Using option [$_" . ($options{$_} && "=$options{$_}") . "]\n";