Make VM images - mirror
Find a file
Till Wegmueller 7d97061e0f
Eliminate rootfs copy: populate directly into target filesystem
Restructure the QCOW2 build pipeline so the target filesystem is created
and mounted before Phase 1, allowing rootfs population directly into it.
This removes the wasteful and fragile copy_rootfs step that was the source
of merged-/usr symlink breakage and fixes the ZFS shadow-mount bug where
the BE dataset was mounted over the staging root.

New flow: Phase 2 prepare → Phase 1 populate → Phase 2 finalize → cleanup.
OCI/Artifact targets are unchanged.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 18:16:35 +01:00
crates Eliminate rootfs copy: populate directly into target filesystem 2026-02-15 18:16:35 +01:00
images Fix builder VM disk sizing, rootfs copy, and diagnostics 2026-02-15 18:01:49 +01:00
.gitignore Fix builder VM disk sizing, rootfs copy, and diagnostics 2026-02-15 18:01:49 +01:00
Cargo.lock Add builder VM support for cross-platform and unprivileged builds 2026-02-15 17:17:30 +01:00
Cargo.toml Add builder VM support for cross-platform and unprivileged builds 2026-02-15 17:17:30 +01:00