diff options
author | Daniel Baumann <daniel@debian.org> | 2013-01-25 12:59:57 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-01-25 13:00:02 +0100 |
commit | 74dbadf2ff2cb63b9ad7e261bc0fc7c5ed35b33a (patch) | |
tree | 16e1412bdd552aade66746b1a808903568e07cca | |
parent | a1a7b3aaa95dbc41c1f6f180a0f42c77a139d967 (diff) | |
download | vyos-live-build-74dbadf2ff2cb63b9ad7e261bc0fc7c5ed35b33a.tar.gz vyos-live-build-74dbadf2ff2cb63b9ad7e261bc0fc7c5ed35b33a.zip |
Correcting vshift in syslinux themes to correct display bug with overlong lines, thanks to Thanatermesis <thanatermesis@gmail.com>.
-rw-r--r-- | share/bootloaders/extlinux/stdmenu.cfg | 2 | ||||
-rw-r--r-- | share/bootloaders/isolinux/stdmenu.cfg | 2 | ||||
-rw-r--r-- | share/bootloaders/pxelinux/stdmenu.cfg | 2 | ||||
-rw-r--r-- | share/bootloaders/syslinux/stdmenu.cfg | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/share/bootloaders/extlinux/stdmenu.cfg b/share/bootloaders/extlinux/stdmenu.cfg index d4036bfa1..671b16f78 100644 --- a/share/bootloaders/extlinux/stdmenu.cfg +++ b/share/bootloaders/extlinux/stdmenu.cfg @@ -5,7 +5,7 @@ menu color sel * #ffffffff #76a1d0ff * menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff * menu color tabmsg * #ffffffff #00000000 * menu color help 37;40 #ffdddd00 #00000000 none -menu vshift 17 +menu vshift 12 menu rows 10 menu helpmsgrow 15 # The command line must be at least one line from the bottom. diff --git a/share/bootloaders/isolinux/stdmenu.cfg b/share/bootloaders/isolinux/stdmenu.cfg index d4036bfa1..671b16f78 100644 --- a/share/bootloaders/isolinux/stdmenu.cfg +++ b/share/bootloaders/isolinux/stdmenu.cfg @@ -5,7 +5,7 @@ menu color sel * #ffffffff #76a1d0ff * menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff * menu color tabmsg * #ffffffff #00000000 * menu color help 37;40 #ffdddd00 #00000000 none -menu vshift 17 +menu vshift 12 menu rows 10 menu helpmsgrow 15 # The command line must be at least one line from the bottom. diff --git a/share/bootloaders/pxelinux/stdmenu.cfg b/share/bootloaders/pxelinux/stdmenu.cfg index d4036bfa1..671b16f78 100644 --- a/share/bootloaders/pxelinux/stdmenu.cfg +++ b/share/bootloaders/pxelinux/stdmenu.cfg @@ -5,7 +5,7 @@ menu color sel * #ffffffff #76a1d0ff * menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff * menu color tabmsg * #ffffffff #00000000 * menu color help 37;40 #ffdddd00 #00000000 none -menu vshift 17 +menu vshift 12 menu rows 10 menu helpmsgrow 15 # The command line must be at least one line from the bottom. diff --git a/share/bootloaders/syslinux/stdmenu.cfg b/share/bootloaders/syslinux/stdmenu.cfg index d4036bfa1..671b16f78 100644 --- a/share/bootloaders/syslinux/stdmenu.cfg +++ b/share/bootloaders/syslinux/stdmenu.cfg @@ -5,7 +5,7 @@ menu color sel * #ffffffff #76a1d0ff * menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff * menu color tabmsg * #ffffffff #00000000 * menu color help 37;40 #ffdddd00 #00000000 none -menu vshift 17 +menu vshift 12 menu rows 10 menu helpmsgrow 15 # The command line must be at least one line from the bottom. |