summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-03-18 14:42:54 +0000
committerFrancois Pons <fpons@mandriva.com>2003-03-18 14:42:54 +0000
commit78a0575a53bb659c681b3eb3e7fda8576c634e86 (patch)
tree7965b54e1c2d19df0a9dfe47be8392f66c0a9714
parent7c522fa0fe59cf5d7f72313ee5ed2dcdb452cae8 (diff)
downloaddrakx-backup-do-not-use-78a0575a53bb659c681b3eb3e7fda8576c634e86.tar
drakx-backup-do-not-use-78a0575a53bb659c681b3eb3e7fda8576c634e86.tar.gz
drakx-backup-do-not-use-78a0575a53bb659c681b3eb3e7fda8576c634e86.tar.bz2
drakx-backup-do-not-use-78a0575a53bb659c681b3eb3e7fda8576c634e86.tar.xz
drakx-backup-do-not-use-78a0575a53bb659c681b3eb3e7fda8576c634e86.zip
updated ramdisk_size=128000 acpi=off
-rwxr-xr-xrescue/tree/etc/oem2
-rwxr-xr-xrescue/tree/etc/oem-all2
2 files changed, 2 insertions, 2 deletions
diff --git a/rescue/tree/etc/oem b/rescue/tree/etc/oem
index 871483757..62e25cf23 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=$lang oem defcfg=/tmp/hdimage/Mandrake/oem_patch.pl\n";
+print F "kernel (hd0,$instz)/boot/vmlinuz ramdisk_size=128000 acpi=off 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) {
diff --git a/rescue/tree/etc/oem-all b/rescue/tree/etc/oem-all
index ac2a0a2ac..d1a71d4ea 100755
--- a/rescue/tree/etc/oem-all
+++ b/rescue/tree/etc/oem-all
@@ -487,7 +487,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 oem defcfg=/tmp/hdimage/Mandrake/oem_patch.pl\n";
+print F "kernel (hd0,$instz)/boot/vmlinuz ramdisk_size=128000 acpi=off automatic=method:disk,disk:$hd,partition:$hdp$inst,directory:/ hd vga=788 fbeginner 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) {