This commit is contained in:
Marc Beninca 2024-01-15 18:06:58 +01:00
parent b1838e80a4
commit 38f01d4ceb

View file

@ -3,8 +3,8 @@ menu_init
default='lg' default='lg'
menuentry 'bash / stable / tui' --id 'st' { debsquash '/boot/bash/stable/tui' } menuentry 'bash / stable / tui' --id 'st' { debsquash '/w/boot/bash/stable/tui' }
menuentry 'bash / stable / gui' --id 'sg' { debsquash '/boot/bash/stable/gui' } menuentry 'bash / stable / gui' --id 'sg' { debsquash '/w/boot/bash/stable/gui' }
menu_split menu_split
menuentry 'bash / latest / tui' --id 'lt' { debsquash '/boot/bash/latest/tui' } menuentry 'bash / latest / tui' --id 'lt' { debsquash '/w/boot/bash/latest/tui' }
menuentry 'bash / latest / gui' --id 'lg' { debsquash '/boot/bash/latest/gui' } menuentry 'bash / latest / gui' --id 'lg' { debsquash '/w/boot/bash/latest/gui' }