feat(guanghu-os): add pre-root supervisor source slice

This commit is contained in:
冰朔 2026-08-15 23:16:37 +08:00
commit 29bb023455
13 changed files with 403 additions and 3 deletions

View file

@ -1521,3 +1521,11 @@ Features that work on both platforms without changes:
**Capabilities:** `src-tauri/capabilities/default.json` targets desktop; `mobile.json` targets iOS/Android with a minimal permission set.
**Detailed feasibility report:** `docs/IPAD-PROTOTYPE.md`
# Guanghu pre-root control slice
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.