diff options
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img index a6dd190d0..c4c85b4fe 100755 --- a/make_boot_img +++ b/make_boot_img @@ -203,7 +203,6 @@ sub entries_append { my @entries = ( (map { $_->[0] => "$automatic $default_acpi $_->[1]" } group_by2(@simple_entries)), acpi => "$automatic $default_vga", - if_(member($type, "cdrom", "all"), oem => "automatic=method:cdrom $default_vga $default_acpi rescue oem",), if_($type eq "all", all => "pcmcia $default_vga $default_acpi"), ); |