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