diff options
author | Daniel Baumann <daniel@debian.org> | 2013-01-25 12:59:57 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:05 +0200 |
commit | 3b7335e86b40620e506fca3f270ccb2c8b9d7edb (patch) | |
tree | 59ed16618b5fef9d841f30018c6c528fc01ffb40 /share/bootloaders/isolinux | |
parent | a00d69e7d8e02a39d90227387121e907d76775a6 (diff) | |
download | vyos-live-build-3b7335e86b40620e506fca3f270ccb2c8b9d7edb.tar.gz vyos-live-build-3b7335e86b40620e506fca3f270ccb2c8b9d7edb.zip |
Correcting vshift in syslinux themes to correct display bug with overlong lines, thanks to Thanatermesis <thanatermesis@gmail.com>.
Diffstat (limited to 'share/bootloaders/isolinux')
-rw-r--r-- | share/bootloaders/isolinux/stdmenu.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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. |