diff options
author | Francois Pons <fpons@mandriva.com> | 2003-07-09 09:34:17 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-07-09 09:34:17 +0000 |
commit | 972ab5ba27b1469afb1a55f61f91e9d248a1e669 (patch) | |
tree | c97c630f9404c24ebe70fff3db320cf3efb0a7b7 /rescue/tree | |
parent | 1a3716bbcc283225fae00b846d21f6b688d6d749 (diff) | |
download | drakx-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/tree')
-rwxr-xr-x | rescue/tree/etc/oem-all | 10 |
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>) { |