From d878009b54ca654a14bf37c707cc10d99deb81c5 Mon Sep 17 00:00:00 2001 From: bfox Date: Fri, 9 Feb 2001 02:45:25 +0000 Subject: append 'nofb' on the nofb option line --- bootdisk/i386/syslinux.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootdisk') diff --git a/bootdisk/i386/syslinux.cfg b/bootdisk/i386/syslinux.cfg index fef4ce158..b9ecf4ebf 100755 --- a/bootdisk/i386/syslinux.cfg +++ b/bootdisk/i386/syslinux.cfg @@ -21,7 +21,7 @@ label ks append ks initrd=initrd.img devfs=nomount label nofb kernel vmlinuz - append initrd=initrd.img devfs=nomount + append initrd=initrd.img devfs=nomount nofb label lowres kernel vmlinuz append initrd=initrd.img lowres devfs=nomount vga=769 -- cgit