Displaying 4 results from an estimated 4 matches for "bls001".
2020 Oct 16
2
Customized theme for Syslinux.cfg
...at file in the syslinux repository code has the code that builds the menu border, so that I can delete the menu border? Also if you know any other links that allow for deleting the menu border in syslinux?
...
Is setting the border color equal to the background color not sufficient? E.g.:
default BLS001
timeout 300
ui vesamenu.c32
menu color screen 0 #ff808080 #ff000000 none
menu color border 0 #ff000000 #ff000000 none
menu color title 0 #ff808080 #ff000000 none
menu color unsel 0 #ff808080 #ff000000 none
menu color hotkey 0 #ff808080 #ff000000 none
menu color sel 0 #ffffffff #ff000000 none
me...
2020 Oct 16
0
Customized theme for Syslinux.cfg
...at file in the syslinux repository code has the code that builds the menu border, so that I can delete the menu border? Also if you know any other links that allow for deleting the menu border in syslinux?
...
Is setting the border color equal to the background color not sufficient? E.g.:
default BLS001
timeout 300
ui vesamenu.c32
menu color screen 0 #ff808080 #ff000000 none
menu color border 0 #ff000000 #ff000000 none
menu color title 0 #ff808080 #ff000000 none
menu color unsel 0 #ff808080 #ff000000 none
menu color hotkey 0 #ff808080 #ff000000 none
menu color sel 0 #ffffffff #ff000000 none
me...
2020 Oct 02
2
Customized theme for Syslinux.cfg
Greetings Syslinux forum,
I used this link; https://askubuntu.com/questions/1090891/grub-menu-colors and I followed it's tutorial for implementing the grub theme and was able to delete the menu border by creating a customized grub theme for UEFI boot (grub.cfg)! Do you know if the "syslinux.cfg"(legacy boot grub) can have it's border removed, like do you know if
2020 Oct 20
0
Customized theme for Syslinux.cfg
...at file in the syslinux repository code has the code that builds the menu border, so that I can delete the menu border? Also if you know any other links that allow for deleting the menu border in syslinux?
...
Is setting the border color equal to the background color not sufficient? E.g.:
default BLS001
timeout 300
ui vesamenu.c32
menu color screen 0 #ff808080 #ff000000 none menu color border 0 #ff000000 #ff000000 none menu color title 0 #ff808080 #ff000000 none menu color unsel 0 #ff808080 #ff000000 none menu color hotkey 0 #ff808080 #ff000000 none
menu color sel 0 #ffffffff #ff000000 none
me...