]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/netboot/menu-header.cfg
Major update of the webapp.
[people/shoehn/ipfire.org.git] / templates / netboot / menu-header.cfg
1 menu begin {{ id }}
2 menu title {{ title }}
3
4 label {{ id }}.back
5 menu label {{ _("Back...") }}
6 menu exit
7
8 {% module NetBootMenuSeparator() %}
9
10 {% for r in [r for r in releases if r.is_netboot_capable()] %}{% module NetBootMenuConfig(r) %}{% end %}
11 menu end