From b5ec72fa063eaf23f26e0ca35d0a191599db3c2d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 15 Mar 2002 14:59:55 +0000 Subject: make oem use frame buffer, for bootsplash to be happy. --- make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make_boot_img') 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"), ); -- cgit v1.2.1