{% extends "mini_buildd/base.html" %} {% block title %}{% block page_title %}Setup{% endblock %}{% endblock %} {% block menu_c %}
  • Debian {% mbd_api_popup mbd.api.Setup.preset_debian name="Debian" title="Default preset for Debian" %}
  • Ubuntu {% mbd_api_popup mbd.api.Setup.preset_ubuntu name="Ubuntu" title="Default preset for Ubuntu" %}
  • DebianUbuntu {% mbd_api_popup mbd.api.Setup.preset_debian_ubuntu name="Debian & Ubuntu" title="Default preset for Debian & Ubuntu" %}
  • {% endblock %} {% block menu_r %}
  • Standalone View
  • {% endblock %} {% block section %}
    {% mbd_get mbd.api.Setup.preset_saved as custom %} {% if custom.saved %} {% mbd_file content=custom.setup.command_line title="Current Setup" %} {% mbd_api_popup custom.setup name="Update" title="Re-run setup with the saved setup" %} {% else %} {% mbd_api_popup custom.setup name="Custom" title="" %} {% endif %}
    {% endblock %}