grub.cfg.sh

This commit is contained in:
Marc Beninca 2023-11-10 20:09:15 +01:00
parent 04ad78a6e1
commit c92a114205
10 changed files with 144 additions and 119 deletions

View file

@ -16,6 +16,7 @@ function menu_color {
}
function menu_init {
env_init
if [ "${menu}" ] ; then
if [ "${1}" ] ; then
menuentry "${menu}${1}" { nop }