diff options
author | bfox <bfox> | 2001-02-09 02:47:56 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-02-09 02:47:56 +0000 |
commit | 48f3f40401d809e6a92b7a504b8aa0ffe603e1b6 (patch) | |
tree | bdd9b3a339ddf3ff3e7ebcf479ef39bb02b6fd78 /bootdisk/i386 | |
parent | d878009b54ca654a14bf37c707cc10d99deb81c5 (diff) | |
download | anaconda-48f3f40401d809e6a92b7a504b8aa0ffe603e1b6.tar.gz anaconda-48f3f40401d809e6a92b7a504b8aa0ffe603e1b6.tar.xz anaconda-48f3f40401d809e6a92b7a504b8aa0ffe603e1b6.zip |
removed framebuffer from lowres mode
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 b9ecf4ebf..cd4102a58 100755 --- a/bootdisk/i386/syslinux.cfg +++ b/bootdisk/i386/syslinux.cfg @@ -24,4 +24,4 @@ label nofb append initrd=initrd.img devfs=nomount nofb label lowres kernel vmlinuz - append initrd=initrd.img lowres devfs=nomount vga=769 + append initrd=initrd.img lowres devfs=nomount |