You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,13 +69,14 @@ The setup wizard guides you through privacy profile selection, system verificati
69
69
|**Bootstrap** (Recommended) |~30 min | Real PC or VM | Install Fedora Silverblue, run script, reboot |
70
70
|**Portable USB**|~10 min | Run directly from a USB stick | Flash the release `*-usb.raw.xz` artifact to removable media |
71
71
|**Build VM locally**|~45 min | VirtualBox / VMware / KVM |`scripts/vm/build-qcow2.sh` builds a QCOW2 from the OCI image |
72
+
|**Sandbox Stack**|~10 min | Evaluate on an existing workstation | Compose-based control-plane bundle with explicit lower-assurance limits |
72
73
|**Development**|~10 min | Service development only | No OS features; see [dev guide](docs/install/dev.md)|
73
74
74
-
See [docs/install/quickstart.md](docs/install/quickstart.md) for full step-by-step instructions, VM build details, and verification commands.
75
+
See [docs/install/quickstart.md](docs/install/quickstart.md) for full step-by-step instructions, including the [sandbox path](docs/install/sandbox.md), VM build details, and verification commands.
75
76
76
77
For production deployments with digest pinning: `sudo bash secai-bootstrap.sh --digest sha256:RELEASE_DIGEST`
77
78
78
-
See [bare metal](docs/install/bare-metal.md) | [virtual machine](docs/install/vm.md) | [development](docs/install/dev.md) | [recovery](docs/install/recovery-bootstrap.md)
0 commit comments