env_init, grub list & split

This commit is contained in:
Marc Beninca 2023-11-24 06:32:00 +01:00
parent 86d12fe01f
commit 99ae54c84c
11 changed files with 112 additions and 52 deletions

View file

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