{% extends "base.html" %} {% block title %}Image Import - PXE Server Manager{% endblock %} {% block content %}

Image Import

Import from USB Drive
{% if usb_mounts %}
Select the mounted USB drive containing the WinPE deployment content.
Content will be copied into the Deploy directory for this image type.
{% else %}
No USB Drives Detected

No mounted USB drives were found under /mnt/ or /media/.
Mount a USB drive and refresh this page.

{% endif %}
Current Image Status
{% for img in images %} {% endfor %}
Image Content
{{ img.friendly_name }} {% if img.has_content %} Present {% else %} Empty {% endif %}
{% endblock %} {% block extra_scripts %} {% endblock %}