lsgm/live/menu/static.sh
2024-02-09 19:34:48 +01:00

13 lines
508 B
Bash

env_init
menu_init
default='lg'
menuentry 'bash / stable / tui' --id 'st' { debsquash '/w/boot/bash/stable/tui' }
menuentry 'bash / stable / gui' --id 'sg' { debsquash '/w/boot/bash/stable/gui' }
menu_split
menuentry 'bash / latest / tui' --id 'lt' { debsquash '/w/boot/bash/latest/tui' }
menuentry 'bash / latest / gui' --id 'lg' { debsquash '/w/boot/bash/latest/gui' }
menu_split
menuentry 'alma / stable' { almsquash '/w/boot/alma/stable' }
menuentry 'alma / latest' { almsquash '/w/boot/alma/latest' }