docs: README — Forgejo build badge, primary host note, ci-latest URL
GitHub mirror was disabled 2026-05-06; the GH Actions badge would now 404 on every render. Swap it for the Forgejo workflow badge, add a short "primary git host" note in Status pointing at git.s8n.ru, and update the Quick install snippet so the ISO download URL points at the Forgejo `ci-latest` rolling release tag instead of "CI artifact for now". No technical detail moves out of SYSTEM/STRATEGY here — just keep the top-of-readme accurate now that GH is dead.
This commit is contained in:
parent
b40e89a3cb
commit
2db1d85827
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> **Hardened minimal Fedora KDE spin. Black-on-black. Locked down by default.**
|
||||
|
||||
[](https://github.com/veilor-org/veilor-os/actions/workflows/build-iso.yml)
|
||||
[](https://git.s8n.ru/veilor-org/veilor-os/actions?workflow=build-iso.yml)
|
||||
[](LICENSE)
|
||||
|
||||
veilor-os is a Fedora 43 KDE Plasma remix for operators who want a clean,
|
||||
|
|
@ -30,6 +30,11 @@ brittleness, bootloader install via `gen_grub_cfgstub`); current focus
|
|||
is the v0.5.32 blocker list from the
|
||||
[2026-05-05 9-agent research wave](docs/research/2026-05-05-agent-wave/README.md).
|
||||
|
||||
Primary git host: <https://git.s8n.ru/veilor-org/veilor-os>. The GitHub
|
||||
mirror was disabled 2026-05-06; this repo is private-by-default on
|
||||
Forgejo. ISO builds and CI artifacts are produced by the Forgejo runner
|
||||
on nullstone — no GitHub Actions involvement.
|
||||
|
||||
What is **shipping**: hardening (SELinux, sysctl, USBGuard, fail2ban,
|
||||
firewalld), KDE black theme, Fira Code system font, 3-mode power
|
||||
management, single-prompt LUKS install, first-boot admin password flow,
|
||||
|
|
@ -46,7 +51,9 @@ spike at v0.7**, **bootc-only at v1.0**.
|
|||
## Quick install
|
||||
|
||||
```bash
|
||||
# 1. Download the ISO (after public release; CI artifact for now)
|
||||
# 1. Download the ISO from the latest Forgejo release.
|
||||
# https://git.s8n.ru/veilor-org/veilor-os/releases/tag/ci-latest
|
||||
# (rolling tag; replaced on each successful build-iso.yml run)
|
||||
sha256sum -c veilor-os-43-*.iso.sha256
|
||||
|
||||
# 2. Flash to USB. Replace /dev/sdX with your USB device — triple-check.
|
||||
|
|
|
|||
Loading…
Reference in a new issue