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
feat(brand): the public product name is Margine OS (#309)
Fixed together with the DistroWatch submission. os-release now says
Margine OS in NAME, PRETTY_NAME, VERSION and VARIANT (GNOME About,
hostnamectl, BLS boot entries), with the About Website link finally
pointing at https://margine.dev instead of GitHub. Archive ISO titles
and the download index read Margine OS, README leads with the full
name, and the validator expects the new NAME. The naming policy lives
in docs/BRANDING.md: Margine stays as the short form in running text,
and the technical identifiers (VARIANT_ID=margine, which countme keys
on, margine-* names, Archive identifiers, the image name) deliberately
never change.
DESCRIPTION="Margine${VLABEL} live ISO (Titanoboa) — bootable GNOME live session with the Anaconda installer. Bluefin DX + CachyOS signed kernel + Margine deltas. Built on ${DATE_TAG} from commit ${{ github.sha }}. Source: https://github.com/${{ github.repository }}"
807
+
TITLE="Margine OS${VLABEL} Linux ISO ${DATE_TAG}"
808
+
DESCRIPTION="Margine OS${VLABEL} live ISO (Titanoboa): bootable GNOME live session with the Anaconda installer. Bluefin DX + CachyOS signed kernel + Margine deltas. Built on ${DATE_TAG} from commit ${{ github.sha }}. Website: https://margine.dev. Source: https://github.com/${{ github.repository }}"
809
809
if [[ "${{ github.event_name }}" == "workflow_run" ]]; then
TITLE="Margine NVIDIA Linux ISO (weekly auto-refresh)"
812
-
DESCRIPTION="Margine NVIDIA live ISO (Titanoboa), experimental — refreshed automatically every week; margine-nvidia-latest.iso is replaced in place, check SHA256SUMS for the current build. Bootable GNOME live session with the Anaconda installer. Bluefin DX + CachyOS signed kernel + NVIDIA driver + Margine deltas. Source: https://github.com/${{ github.repository }}"
811
+
TITLE="Margine OS NVIDIA Linux ISO (weekly auto-refresh)"
812
+
DESCRIPTION="Margine OS NVIDIA live ISO (Titanoboa), experimental: refreshed automatically every week; margine-nvidia-latest.iso is replaced in place, check SHA256SUMS for the current build. Bootable GNOME live session with the Anaconda installer. Bluefin DX + CachyOS signed kernel + NVIDIA driver + Margine deltas. Website: https://margine.dev. Source: https://github.com/${{ github.repository }}"
0 commit comments