This commit is contained in:
Marc Beninca 2023-09-30 19:52:10 +02:00
parent 0dc8e3e6b1
commit 39e1a9b927
15 changed files with 72 additions and 81 deletions

View file

@ -1,13 +0,0 @@
menuentry 'nav →' { menu 'nav' }
menu_split
menuentry 'data / boot / bash / latest / gui' { debsquash '/boot/bash/latest/gui' }
menuentry 'data / boot / bash / latest / tui' { debsquash '/boot/bash/latest/tui' }
menuentry 'data / boot / bash / stable / gui' { debsquash '/boot/bash/stable/gui' }
menuentry 'data / boot / bash / stable / tui' { debsquash '/boot/bash/stable/tui' }
menu_split
menuentry "cmd → ${cmdpath}${grub_cpu}-${grub_platform}" { menu 'cmd' }
menuentry "env → ${env}${env_mod}" { menu 'env' }
menuentry 'gfx → ?' { menu 'gfx' }
menuentry 'ovl → ?' { nop }
menu_split
scan

View file

@ -1,3 +0,0 @@
menu_init "${nav}"
nav "${nav}"

3
live/menu/scan.sh Normal file
View file

@ -0,0 +1,3 @@
menu_init "${scan}"
scan "${scan}"

12
live/menu/var.sh Normal file
View file

@ -0,0 +1,12 @@
menu_init
default='split'
menuentry "check_signatures | ${check_signatures}" { nop }
menuentry "pager | ${pager}" { nop }
menuentry "prefix | ${prefix}" { nop }
menuentry "root | ${root}" { nop }
menu_split 'split'
menuentry "data | ${data}" { nop }
menuentry "esp | ${esp}" { nop }
menuentry "env | ${env}" { nop }
menuentry "env_mod | ${env_mod}" { nop }
menuentry "live | ${live}" { nop }