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
just build # Containerfile → OCI image → localhost/mios:latest
34
+
just build-logged # build with tee'd log
35
+
just rechunk # bootc-base-imagectl rechunk (smaller Day-2 deltas)
36
+
just iso # Anaconda installer ISO via bootc-image-builder
37
+
just wsl2 # WSL2 tar.gz for wsl --import
38
+
just sbom # CycloneDX SBOM via syft
36
39
```
37
40
38
-
Local dev: `./mios-build-local.ps1` (Windows) · `./automation/build.sh` (Linux)
39
-
40
-
## Merge-at-build semantics
41
-
42
-
At `just build`, `mios-bootstrap.git` is fetched and merged onto this repo via `automation/00-bootstrap-merge.sh`. Bootstrap values (user profile, AI files, flatpak lists) override the vendor defaults in this repo. The merged result is baked into the OCI image.
Load `/usr/share/mios/ai/system.md` for the complete prompt covering all 48 automation scripts, 38 systemd units, 4 Quadlets, 14 karg files, user creation, profile resolution, and day-2 operations.
54
+
Load `/usr/share/mios/ai/system.md` for the complete prompt covering all automation scripts, systemd units, Quadlet sidecars, kernel args, user creation, profile resolution, and day-2 operations.
0 commit comments