Build installable Andromeda Developer Preview - #5
Merged
Conversation
oratis
marked this pull request as ready for review
July 28, 2026 09:42
Owner
Author
PR #5 代码评审:Build installable Andromeda Developer Preview总体评价这是一个完成度很高的垂直切片:从 Containerfile、image-builder ISO、Kickstart、UEFI fallback 到 QEMU 全生命周期验收(安装 → 首启 → 更新 → 回滚)形成了闭环,脚本普遍有 优点
问题与建议
结论Request changes —— 工程质量整体优秀,但 Review by Claude Code |
This was referenced Aug 1, 2026
Merged
Optimize control-plane contract: per-action isolation, authorization closure, storage compaction
#14
Merged
This was referenced Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
bootc-generic-isowith an embedded offline payloadselinux=0Why
This is the first installable Developer Preview vertical slice. The acceptance boundary is deliberately x86-64 UEFI with QEMU/KVM, OVMF, VirtIO, 8 GiB RAM, and a new 32 GiB disk. It does not claim that a physical PC or Mac is Supported or Certified.
Verified end-to-end
Final head
b52314125237815ef5c34764a23cb5df40239b0a:764577a9faef2449b5d98b4e2d1b7141f17c754dc8b202499eba950eff02d51686835399778683527290The serial evidence contains, in order:
All three disk boots use
root=UUID,boot=UUID,selinux=1, andenforcing=1; the evidence contains neitherselinux=0norANDROMEDA_E2E_FAILED.Other validation
bash -n os/scripts/*.sh os/installer/*.sh os/files/usr/libexec/*shellcheck os/scripts/*.sh os/installer/*.sh os/files/usr/libexec/*cargo fmt --all -- --checkcargo clippy --workspace --all-targets --locked -- -D warningscargo test --workspace --locked(19 tests)