diff options
author | Jeremy Katz <katzj@redhat.com> | 2007-05-07 17:25:29 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2007-05-07 17:25:29 +0000 |
commit | 38b5de7e00552672ec268a3d4af69a6d13719db0 (patch) | |
tree | 17e385b0891e4460c6aac32937de3f544e0d8a3c | |
parent | 7ddb42502bcf9858b7cfc236a9754d81039b5d93 (diff) | |
download | anaconda-38b5de7e00552672ec268a3d4af69a6d13719db0.tar.gz anaconda-38b5de7e00552672ec268a3d4af69a6d13719db0.tar.xz anaconda-38b5de7e00552672ec268a3d4af69a6d13719db0.zip |
2007-05-07 Jeremy Katz <katzj@redhat.com>
* bootdisk/i386/syslinux.cfg: Make sure the highlighting is sane
when the menu falls back to text mode
* bootdisk/x86_64/syslinux.cfg: Likewise.
-rw-r--r-- | ChangeLog | 6 | ||||
-rwxr-xr-x | bootdisk/i386/syslinux.cfg | 4 | ||||
-rwxr-xr-x | bootdisk/x86_64/syslinux.cfg | 4 |
3 files changed, 10 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2007-05-07 Jeremy Katz <katzj@redhat.com> + + * bootdisk/i386/syslinux.cfg: Make sure the highlighting is sane + when the menu falls back to text mode + * bootdisk/x86_64/syslinux.cfg: Likewise. + 2007-05-07 Chris Lumens <clumens@redhat.com> * upgrade.py (mountRootPartition): Back out fix from 2007-04-30 now diff --git a/bootdisk/i386/syslinux.cfg b/bootdisk/i386/syslinux.cfg index 351c75d44..deafc0f91 100755 --- a/bootdisk/i386/syslinux.cfg +++ b/bootdisk/i386/syslinux.cfg @@ -12,12 +12,12 @@ F5 rescue.msg menu background splash.jpg menu title Welcome to @PRODUCT@! menu color border 0 #ffffffff #00000000 -menu color sel 0 #ffffffff #ff000000 +menu color sel 7 #ffffffff #ff000000 menu color title 0 #ffffffff #00000000 menu color tabmsg 0 #ffffffff #00000000 menu color unsel 0 #ffffffff #00000000 menu color hotsel 0 #ff000000 #ffffffff -menu color hotkey 0 #ffffffff #ff000000 +menu color hotkey 7 #ffffffff #ff000000 label linux menu label ^Install or upgrade an existing system diff --git a/bootdisk/x86_64/syslinux.cfg b/bootdisk/x86_64/syslinux.cfg index 351c75d44..deafc0f91 100755 --- a/bootdisk/x86_64/syslinux.cfg +++ b/bootdisk/x86_64/syslinux.cfg @@ -12,12 +12,12 @@ F5 rescue.msg menu background splash.jpg menu title Welcome to @PRODUCT@! menu color border 0 #ffffffff #00000000 -menu color sel 0 #ffffffff #ff000000 +menu color sel 7 #ffffffff #ff000000 menu color title 0 #ffffffff #00000000 menu color tabmsg 0 #ffffffff #00000000 menu color unsel 0 #ffffffff #00000000 menu color hotsel 0 #ff000000 #ffffffff -menu color hotkey 0 #ffffffff #ff000000 +menu color hotkey 7 #ffffffff #ff000000 label linux menu label ^Install or upgrade an existing system |