{% extends "ui/_layout.html" %} {% block title %}Boot artifacts - bty-web{% endblock %} {% block content %}
{{ boot_root }}
Pulls vmlinuz + initrd +
squashfs + sha256 from
{{ release_repo }},
verifies the manifest, and atomically installs into
{{ boot_root }}.
latest resolves through GitHub's redirect
to the most recent release.
The bty live env that PXE clients chain into when their assignment has
boot_policy=flash. Until these files are present, machines with
boot_policy=flash cannot actually flash. Click
Fetch latest release to populate.
| File | Status | Size | Last fetched |
|---|---|---|---|
{{ a.name }} |
{% if a.present %} present {% else %} missing {% endif %} | {% if a.size is not none %} {{ "{:,}".format(a.size) }} bytes {% else %} - {% endif %} | {% if a.mtime %} {{ a.mtime }} {% else %} - {% endif %} |
| Tag | Status | Progress | Started | Action |
|---|---|---|---|---|
| Loading... | ||||