diff options
author | bfox <bfox> | 2001-02-06 17:03:42 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-02-06 17:03:42 +0000 |
commit | 272f72dad7cdf7e76331a3cc7a665c0333429db5 (patch) | |
tree | 61e58f92cd9e73d4212b1a151192d84520a41229 /bootdisk | |
parent | ff62311963facb4e80c32fc5c1c63bcaf83e904b (diff) | |
download | anaconda-272f72dad7cdf7e76331a3cc7a665c0333429db5.tar.gz anaconda-272f72dad7cdf7e76331a3cc7a665c0333429db5.tar.xz anaconda-272f72dad7cdf7e76331a3cc7a665c0333429db5.zip |
Changed vga mode from 787 to 788, which changes it from 800x600 15 bit to 16 bit
Diffstat (limited to 'bootdisk')
-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 9c0296f9c..fef4ce158 100755 --- a/bootdisk/i386/syslinux.cfg +++ b/bootdisk/i386/syslinux.cfg @@ -9,7 +9,7 @@ F4 param.msg F5 rescue.msg label linux kernel vmlinuz - append initrd=initrd.img devfs=nomount vga=787 + append initrd=initrd.img devfs=nomount vga=788 label text kernel vmlinuz append initrd=initrd.img text devfs=nomount |