{% extends "layout.html" %} {% from "_partials/page_description.html" import page_description %} {% block title %}Live env - pixie{% endblock %} {% block subnav %} {% endblock %} {% block content %} {% set ss = live_env_setup_state or {} %} {{ page_description('boombox', 'The pixie live env that the pixie-inventory / pixie-tui / pixie-flash-once / pixie-flash-always boot modes boot into: a disk image (the pixie-live-env catalog entry) booted over ephemeral nbdboot. Click Set up live env to fetch it and select it in one step; until then those boot modes render an "unavailable" plan.') }} {% if flash_error %}
Image {{ live_env_image_sha.effective[:12] }}
{% if live_env_image_sha.override %}override{% elif live_env_image_sha.effective %}env{% else %}default{% endif %}
is fetched and
selected; the pixie-inventory / pixie-tui /
pixie-flash-* modes nbdboot it. Nothing else to do.
{% if not live_env_image_sha.override and live_env_image_sha.effective %}
Pinned by the {{ live_env_image_sha.env }}
deploy variable; Set up live env would override it in the state.db.
{% endif %}
One click fetches the pixie-live-env image (~900 MiB) +
its arch-headless netboot bundle from the catalog, then selects the image.
No catalog hopping or sha copying. It runs on the server; you can leave
this page. Re-running when everything is already fetched just re-selects.