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

Image Import

Import from Network Upload
{% if upload_sources %}
Files uploaded via SMB to \\10.9.100.1\image-upload
Content will be copied into the Deploy directory. Shared resources (Out-of-box Drivers) are stored once and linked across all image types.
{% else %}
No Upload Content Found

Map \\10.9.100.1\image-upload on your Windows PC and copy the Deploy directory contents there.

{% endif %}
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 %}