diff options
author | Peter Jones <pjones@redhat.com> | 2008-04-02 14:29:16 -0400 |
---|---|---|
committer | Peter Jones <pjones@pjones2.localdomain> | 2008-04-02 14:29:16 -0400 |
commit | 932531264a289ad22f7cff1c93e865a0348f81a7 (patch) | |
tree | 918e28690ed6524816931544d5f91e088604e73a /bootdisk | |
parent | 555212073bc84e035fed97a9d102a32084940d81 (diff) | |
download | anaconda-932531264a289ad22f7cff1c93e865a0348f81a7.tar.gz anaconda-932531264a289ad22f7cff1c93e865a0348f81a7.tar.xz anaconda-932531264a289ad22f7cff1c93e865a0348f81a7.zip |
Set the scrollbar color so it doesn't surprise me the same way in the future.
Diffstat (limited to 'bootdisk')
-rwxr-xr-x | bootdisk/i386/syslinux.cfg | 1 | ||||
-rwxr-xr-x | bootdisk/x86_64/syslinux.cfg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bootdisk/i386/syslinux.cfg b/bootdisk/i386/syslinux.cfg index 4672f3283..775b7cf01 100755 --- a/bootdisk/i386/syslinux.cfg +++ b/bootdisk/i386/syslinux.cfg @@ -18,6 +18,7 @@ menu color tabmsg 0 #ffffffff #00000000 menu color unsel 0 #ffffffff #00000000 menu color hotsel 0 #ff000000 #ffffffff menu color hotkey 7 #ffffffff #ff000000 +menu color scrollbar 0 #ffffffff #00000000 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 4672f3283..775b7cf01 100755 --- a/bootdisk/x86_64/syslinux.cfg +++ b/bootdisk/x86_64/syslinux.cfg @@ -18,6 +18,7 @@ menu color tabmsg 0 #ffffffff #00000000 menu color unsel 0 #ffffffff #00000000 menu color hotsel 0 #ff000000 #ffffffff menu color hotkey 7 #ffffffff #ff000000 +menu color scrollbar 0 #ffffffff #00000000 label linux menu label ^Install or upgrade an existing system |