summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>) {