docs(guanghu-os): register JD pre-root QEMU proof

This commit is contained in:
冰朔 2026-08-15 23:35:22 +08:00
commit fed0c73b04
6 changed files with 110 additions and 15 deletions

View file

@ -1527,5 +1527,7 @@ The Guanghu OS transition includes a fail-closed initramfs stage before the
complete Ubuntu root filesystem is mounted. Its source lives under
`guanghu-os/scripts/guanghu-first-boot-supervisor.sh` with packaging in
`guanghu-os/packaging/initramfs-tools/`. It produces a boot-scoped handoff for
the later hosted repository bridge; it is not yet the persistent first-boot
supervisor or final on-demand Linux topology.
the later hosted repository bridge. A JD-hosted software QEMU cycle has proved
the positive pre-root path and a hard refusal path without changing the live
boot files or rebooting the node. This is not yet the supervisor that persists
across `switch_root`, nor the final on-demand Linux topology.

View file

@ -35,5 +35,6 @@ initramfs 前置脚本和交接合同只证明“完整根系统之前已有光
- `linux_on_demand_subcontrol`
- `final_guanghu_os_master`
下一门先在京东同核 QEMU 中证明前置执行与失败关闭,再单独实现跨根切换的持续监督实体;任何
真实 GRUB、initramfs 默认项、重启或磁盘更改仍需服务器工作单、回滚和节点自有回执。
京东同核 QEMU 已证明前置执行,并证明绑定失败会进入 initramfs 停机路径而不是继续交给根系统。
下一门是单独实现跨根切换持续存活的监督实体;任何真实 GRUB、initramfs 默认项、重启或磁盘
更改仍需服务器工作单、回滚和节点自有回执。