summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-03-11 09:47:07 +0000
committerFrancois Pons <fpons@mandriva.com>2003-03-11 09:47:07 +0000
commitb24d84aea435b1ecc8a41b0bae96b4fc6f58fc49 (patch)
tree83c1fe26b79e15df127beae44f69deaf9d5be852
parent8fbed1093344dc4390f29c6f828462fad2fed4e1 (diff)
downloaddrakx-backup-do-not-use-b24d84aea435b1ecc8a41b0bae96b4fc6f58fc49.tar
drakx-backup-do-not-use-b24d84aea435b1ecc8a41b0bae96b4fc6f58fc49.tar.gz
drakx-backup-do-not-use-b24d84aea435b1ecc8a41b0bae96b4fc6f58fc49.tar.bz2
drakx-backup-do-not-use-b24d84aea435b1ecc8a41b0bae96b4fc6f58fc49.tar.xz
drakx-backup-do-not-use-b24d84aea435b1ecc8a41b0bae96b4fc6f58fc49.zip
modified language settings.
-rwxr-xr-xrescue/tree/etc/oem2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/tree/etc/oem b/rescue/tree/etc/oem
index b8b793365..871483757 100755
--- a/rescue/tree/etc/oem
+++ b/rescue/tree/etc/oem
@@ -474,7 +474,7 @@ if (defined $resize_fat_size) {
print F "timeout 0\n\n";
print F "title oem\n";
}
-print F "kernel (hd0,$instz)/boot/vmlinuz ramdisk_size=32000 automatic=method:disk,disk:$hd,partition:$hdp$inst,directory:/ hd vga=788 fbeginner flang=$flang oem defcfg=/tmp/hdimage/Mandrake/oem_patch.pl\n";
+print F "kernel (hd0,$instz)/boot/vmlinuz ramdisk_size=32000 automatic=method:disk,disk:$hd,partition:$hdp$inst,directory:/ hd vga=788 fbeginner flang=$lang oem defcfg=/tmp/hdimage/Mandrake/oem_patch.pl\n";
print F "initrd (hd0,$instz)/boot/all.rdz\n";
#- if a windows partition is available, add an entrie for it.
if (defined $resize_fat_size) {