{% extends "base.html" %} {% block content %}
{{ _("These device profiles are provided as-is with no guarantee to work equally to the actual physical device they are named after. You may need to provide appropirate device drivers and/or configuration parameters for them to function properly. If you would like to see data modified, or have additional devices to add to the list, please raise an issue ticket at GitHub.", url="https://github.com/PiSCSI/piscsi/issues") }}
{{ _("Name") }} | {{ _("Size (MiB)") }} | {{ _("Description") }} | {{ _("Action") }} |
---|---|---|---|
{% if hd.url != "" %} {{ hd.name }} {% else %} {{ hd.name }} {% endif %} | {{ hd.size_mb }} | {{ hd.description }} |
{{ _("This will create a properties file for the given CD-ROM or DVD image. No new image file will be created.") }}
{{ _("Name") }} | {{ _("Description") }} | {{ _("Action") }} |
---|---|---|
{% if cd.url != "" %} {{ cd.name }} {% else %} {{ cd.name }} {% endif %} | {{ cd.description }} |
{{ _("Name") }} | {{ _("Size (MiB)") }} | {{ _("Description") }} | {{ _("Action") }} |
---|---|---|---|
{% if rm.url != "" %} {{ rm.name }} {% else %} {{ rm.name }} {% endif %} | {{ rm.size_mb }} | {{ rm.description }} |
{{ _("%(disk_space)s MiB disk space remaining on the Pi", disk_space=env["free_disk_space"]) }}
{% endblock content %}