diff options
Diffstat (limited to 'bootdisk')
-rwxr-xr-x | bootdisk/i386/syslinux.cfg | 4 | ||||
-rwxr-xr-x | bootdisk/x86_64/syslinux.cfg | 4 |
2 files changed, 4 insertions, 4 deletions
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 |