summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-07-09 09:34:17 +0000
committerFrancois Pons <fpons@mandriva.com>2003-07-09 09:34:17 +0000
commit972ab5ba27b1469afb1a55f61f91e9d248a1e669 (patch)
treec97c630f9404c24ebe70fff3db320cf3efb0a7b7 /rescue
parent1a3716bbcc283225fae00b846d21f6b688d6d749 (diff)
downloaddrakx-972ab5ba27b1469afb1a55f61f91e9d248a1e669.tar
drakx-972ab5ba27b1469afb1a55f61f91e9d248a1e669.tar.gz
drakx-972ab5ba27b1469afb1a55f61f91e9d248a1e669.tar.bz2
drakx-972ab5ba27b1469afb1a55f61f91e9d248a1e669.tar.xz
drakx-972ab5ba27b1469afb1a55f61f91e9d248a1e669.zip
deactivate HP specific entries.
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/tree/etc/oem-all10
1 files changed, 5 insertions, 5 deletions
diff --git a/rescue/tree/etc/oem-all b/rescue/tree/etc/oem-all
index bd2f571a8..07cd5189d 100755
--- a/rescue/tree/etc/oem-all
+++ b/rescue/tree/etc/oem-all
@@ -118,11 +118,11 @@ unless (-e "/cdrom/VERSION") {
}
#- using default options for HP.
-$options{free_size} = 500;
-$options{free_primary} = 1;
-$options{free_fs} = 'fat32';
-$options{boot_entries} = 'linux,linux-nonfb,restore,failsafe,floppy';
-$options{kernel} = "acpi=off";
+#$options{free_size} = 500;
+#$options{free_primary} = 1;
+#$options{free_fs} = 'fat32';
+#$options{boot_entries} = 'linux,linux-nonfb,restore,failsafe,floppy';
+#$options{kernel} = "acpi=off";
open F, "/cdrom/VERSION" or die "no installation cdrom found on $cd";
while (<F>) {