{% extends "base.html" %} {% block content %}
These device profiles are provided as-is with no guarantee to work on the systems mentioned. You may need appropirate device drivers and/or configuration parameters. If you have improvement suggestions or success stories to share we would love to hear from you, so please connect with us at GitHub or Discord!
Name | Size (MB) | Description | Ref. | Action |
{{hd.name}} | {{hd.size_mb}} | {{hd.description}} | {% if hd.url != "" %} Link {% else %} - {% endif %} |
This will create a properties file for the given CD-ROM image. No new image file will be created.
Name | Size (MB) | Description | Ref. | Action |
{{cd.name}} | {{cd.size_mb}} | {{cd.description}} | {% if cd.url != "" %} Link {% else %} - {% endif %} |
Name | Size (MB) | Description | Ref. | Action |
{{rm.name}} | {{rm.size_mb}} | {{rm.description}} | {% if rm.url != "" %} Link {% else %} - {% endif %} |
Available disk space on the Pi: {{free_disk}} MB
{% endblock %}