diff options
author | bfox <bfox> | 2001-02-09 02:45:25 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-02-09 02:45:25 +0000 |
commit | d878009b54ca654a14bf37c707cc10d99deb81c5 (patch) | |
tree | 35cbd9c6098d168ee0627ec23d5694847d67cf65 /bootdisk/i386 | |
parent | 8feb46ee189e67b5d0bcdde932f5a409ddd92999 (diff) | |
download | anaconda-d878009b54ca654a14bf37c707cc10d99deb81c5.tar.gz anaconda-d878009b54ca654a14bf37c707cc10d99deb81c5.tar.xz anaconda-d878009b54ca654a14bf37c707cc10d99deb81c5.zip |
append 'nofb' on the nofb option line
Diffstat (limited to 'bootdisk/i386')
-rwxr-xr-x | bootdisk/i386/syslinux.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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 |