Compare commits
No commits in common. "1e1eb4caae57c6de54a6e78c0b1efd4f347316b5" and "1f38fc20f7ee5a4b259721198b7d1775959a5f72" have entirely different histories.
1e1eb4caae
...
1f38fc20f7
1 changed files with 6 additions and 12 deletions
|
@ -3,20 +3,14 @@ menu_init
|
|||
|
||||
default='lg'
|
||||
|
||||
menuentry 'bash / latest / gui' --id 'lg' { debsquash '/w/boot/bash/latest/gui' }
|
||||
menuentry 'bash / latest / tui' --id 'lt' { debsquash '/w/boot/bash/latest/tui' }
|
||||
menu_split
|
||||
menuentry 'bash / stable / gui' --id 'sg' { debsquash '/w/boot/bash/stable/gui' }
|
||||
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 'ubuntu / latest' { ubusquash '/w/boot/ubuntu/latest' }
|
||||
menuentry 'ubuntu / stable' { ubusquash '/w/boot/ubuntu/stable' }
|
||||
menuentry 'ubuntu / latest' { ubusquash '/w/boot/ubuntu/latest' }
|
||||
menu_split
|
||||
menuentry 'alma / latest' { almsquash '/w/boot/alma/latest' }
|
||||
menuentry 'alma / stable' { almsquash '/w/boot/alma/stable' }
|
||||
menu_split
|
||||
menuentry 'work / tui / stable' { debsquash '/w/boot/work/tui.stable' }
|
||||
menuentry 'work / tui / latest' { debsquash '/w/boot/work/tui.latest' }
|
||||
menu_split
|
||||
menuentry 'work / gui / stable' { debsquash '/w/boot/work/gui.stable' }
|
||||
menuentry 'work / gui / latest' { debsquash '/w/boot/work/gui.latest' }
|
||||
menuentry 'alma / latest' { almsquash '/w/boot/alma/latest' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue