11 lines
365 B
Bash
11 lines
365 B
Bash
|
env_init
|
||
|
menu_init
|
||
|
|
||
|
default='lg'
|
||
|
|
||
|
menuentry 'bash / stable / tui' --id 'st' { debsquash '/boot/bash/stable/tui' }
|
||
|
menuentry 'bash / stable / gui' --id 'sg' { debsquash '/boot/bash/stable/gui' }
|
||
|
menu_split
|
||
|
menuentry 'bash / latest / tui' --id 'lt' { debsquash '/boot/bash/latest/tui' }
|
||
|
menuentry 'bash / latest / gui' --id 'lg' { debsquash '/boot/bash/latest/gui' }
|