{% extends "layout.html" %} {% from "_partials/page_description.html" import page_description %} {% block title %}Live env - pixie{% endblock %} {% block subnav %} {% endblock %} {% block content %} {% set lfs = live_env_fetch_state or {} %} {{ page_description('boombox', 'The pixie live env (netboot-pc bake: vmlinuz + initrd + live.squashfs) that the pixie-flash-once / pixie-flash-always / pixie-inventory / pixie-tui boot modes chain into. Fetch it from the configured source, or point that source at a mirror. Until all three files are staged, those boot modes fall back to an "unavailable" iPXE plan.') }} {% if flash_error %}
Staged under {{ live_env_dir or '(unset)' }}, served to targets at
/boot/pixie-live-env/. The renderer re-checks these files on every
GET /pxe/<mac>, so a fresh fetch takes effect without a restart.