{% extends "base.html" %} {% block content %}

Cancel

Disclaimer

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!

Hard Drives

{% for hd in hd_conf %} {% endfor %}
Name Size (MB) Description Ref. Action
{{hd.name}} {{hd.size_mb}} {{hd.description}} {% if hd.url != "" %} Link {% else %} - {% endif %}
.{{hd.file_type}}

CD-ROM Drives

This will create a properties file for the given CD-ROM image. No new image file will be created.

{% for cd in cd_conf %} {% endfor %}
Name Size (MB) Description Ref. Action
{{cd.name}} {{cd.size_mb}} {{cd.description}} {% if cd.url != "" %} Link {% else %} - {% endif %}

Removable Drives

{% for rm in rm_conf %} {% endfor %}
Name Size (MB) Description Ref. Action
{{rm.name}} {{rm.size_mb}} {{rm.description}} {% if rm.url != "" %} Link {% else %} - {% endif %}
.{{rm.file_type}}

Available disk space on the Pi: {{free_disk}} MB

Cancel

{% endblock %}