diff --git a/README.md b/README.md index 83f6928..455dd36 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ > Looking for the old Arch/systemd version? See the [`before-systemd-change` branch](https://github.com/Antergos-NeXT/antergos-iso/tree/before-systemd-change). -[![Build ISO](https://github.com/Antergos-NeXT/antergos-iso/actions/workflows/build.yml/badge.svg)](https://github.com/Antergos-NeXT/antergos-iso/actions/workflows/build.yml) +[![Build ISO](https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-iso/badges/workflows/build.yml/badge.svg)](https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-iso/actions) [![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE) [![Maintenance](https://img.shields.io/maintenance/yes/2026.svg)]() [![Artix Linux](https://img.shields.io/badge/Artix%20Linux-rolling-1793d1.svg)](https://artixlinux.org) [![DE-KDE](https://img.shields.io/badge/DE-KDE%20Plasma-4A86CF.svg)]() [![Init](https://img.shields.io/badge/init-Dinit-brightgreen.svg)]() -[![Docs](https://img.shields.io/badge/docs-site-blue.svg)](https://antergos-next.github.io/antergos-iso/) +[![Docs](https://img.shields.io/badge/docs-in%20repo-blue.svg)](https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-iso/src/branch/master/docs) [![Dla mojego narodu](https://img.shields.io/badge/README-Polski-crimson.svg)](README.pl.md) A technical successor to Antergos — built on **Artix Linux** with **Dinit**, **KDE Plasma** desktop, the **Calamares** installer (online mode), and a BYODE script for offline installs. It's its own thing with its own branding — not a replacement for the Antergos feeling, but a continuation of its lineage. @@ -85,8 +85,8 @@ pacman -S squashfs-tools # pacman and the deps listed above. # Clone and enter -git clone https://github.com/Antergos-NeXT/antergos-iso.git -cd antergos-iso +git clone https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-iso.git +cd euri-iso # Set workspace to repo root export WORKSPACE_DIR="$PWD" @@ -117,7 +117,7 @@ The ISO pulls custom packages (branding, Calamares config, wallpapers) from our ```ini [euri-pkgs] SigLevel = Optional TrustAll -Server = https://antergos-next.github.io/antergos-packages +Server = https://antergos-nas.taild4360b.ts.net/pkgs ``` ## Profile structure @@ -146,15 +146,15 @@ Overlays are self-contained (no symlinks to external directories) so the repo bu ## Download -[GitHub Releases](https://github.com/Antergos-NeXT/antergos-iso/releases) +[Releases](https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-iso/releases) ## Sources - [Artix Linux](https://artixlinux.org) — base distribution - [artools](https://gitea.artixlinux.org/artix/artools) — ISO build tools - [Calamares](https://codeberg.org/calamares/calamares) — installer framework -- [antergos-packages](https://github.com/Antergos-NeXT/antergos-packages) — custom PKGBUILDs -- [Antergos wallpapers](https://github.com/Antergos/wallpapers) — original wallpapers +- [euri-packages](https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages) — custom PKGBUILDs +- [Antergos wallpapers](https://github.com/Antergos/wallpapers) — original upstream wallpapers (historical) ## License diff --git a/docs/building.md b/docs/building.md index f5992c1..0c4ef05 100644 --- a/docs/building.md +++ b/docs/building.md @@ -60,8 +60,8 @@ pacman -S squashfs-tools ## Clone and configure ```bash -git clone https://github.com/Antergos-NeXT/antergos-iso.git -cd antergos-iso +git clone https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-iso.git +cd euri-iso export WORKSPACE_DIR="$PWD" @@ -180,5 +180,5 @@ To use the custom packages repo on an installed system: ```ini [euri-pkgs] SigLevel = Optional TrustAll -Server = https://antergos-next.github.io/antergos-packages +Server = https://antergos-nas.taild4360b.ts.net/pkgs ``` diff --git a/docs/ci.md b/docs/ci.md index debaa99..aa3b519 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -47,9 +47,9 @@ Triggers on issue open, issue/PR comment, discussion, and discussion comment. Us Triggers on push to `master` _only_ when files under `docs/` change. Builds a Jekyll site from `docs/` using the Just the Docs theme and deploys to GitHub Pages. -## antergos-packages CI +## euri-packages CI -Separate workflow in the [antergos-packages](https://github.com/Antergos-NeXT/antergos-packages) repo. Builds all packages listed in `packages.yaml` and publishes them to GitHub Pages as a pacman repository. +Separate workflow in the [euri-packages](https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages) repo. Builds all packages listed in `packages.yaml` and publishes them to the package server as a pacman repository. ## Safety notes diff --git a/docs/development.md b/docs/development.md index a0cc2c9..9185cee 100644 --- a/docs/development.md +++ b/docs/development.md @@ -9,7 +9,7 @@ nav_order: 8 ## Repository structure ``` -antergos-iso/ +euri-iso/ ├── buildiso # Modified buildiso with --overwrite='*' and branding ├── iso-profiles/ │ ├── euri/ @@ -98,7 +98,7 @@ Artix bundles the Wayland session into `plasma-workspace` itself. Do not add it The installed system uses the **pixie** theme (`pixie-sddm-git`). The `euri-layan-theme` package vendors its own `kde_settings.conf` at `/etc/sddm.conf.d/kde_settings.conf` with `Current=pixie` plus dinit halt/reboot commands — this overrides KDE's SDDM KCM setting. The live session deliberately uses `breeze` for autologin. -> The `euri-sddm-theme` PKGBUILD still exists in `antergos-packages` but is **not built** (not in `packages.yaml`) and not used. +> The `euri-sddm-theme` PKGBUILD still exists in `euri-packages` but is **not built** (not in `packages.yaml`) and not used. ### Pipewire launcher on dinit @@ -136,10 +136,10 @@ Boot the resulting ISO in a VM. Verify: ## Custom packages repo -Custom PKGBUILDs live in the companion [antergos-packages](https://github.com/Antergos-NeXT/antergos-packages) repo. The CI there builds them and publishes to GitHub Pages as a pacman repository: +Custom PKGBUILDs live in the companion [euri-packages](https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages) repo. The CI there builds them and publishes to the package server as a pacman repository: ```ini [euri-pkgs] SigLevel = Optional TrustAll -Server = https://antergos-next.github.io/antergos-packages +Server = https://antergos-nas.taild4360b.ts.net/pkgs ``` diff --git a/docs/index.md b/docs/index.md index 9978885..f8dc10a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ nav_order: 1 ## Download -[**Download the latest ISO**](https://github.com/Antergos-NeXT/antergos-iso/releases) +[**Download the latest ISO**](https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-iso/releases) _Published to GitHub Releases. (The Internet Archive upload step in CI is currently disabled — see [CI](ci).)_ ### Latest release — v2026.08.17 (Arranxo) @@ -21,7 +21,7 @@ Hotfix release. What's fixed in v2026.08.17 "Arranxo": - **zsh login lockout fixed** — `users.conf` forces `/bin/zsh` but nothing installed it, so a freshly installed system couldn't log in. `zsh` is now in the netinstall Default group. Thanks to jtadlock91 for reporting it. - **New KDE Plasma (Minimal) entry** — a stripped-down Wayland-only Plasma for low-end hardware: `plasma-meta`, kitty, pcmanfm-qt, featherpad, grim, slurp. No XWayland, no branding, no bloat. -Only KDE Plasma was tested this release. The other DEs are in the installer but best-effort — see the [release notes](https://github.com/Antergos-NeXT/antergos-iso/releases/tag/v2026.08.17-release). The offline installer is also **experimental and best-effort** — the online Calamares flow is the supported path. +Only KDE Plasma was tested this release. The other DEs are in the installer but best-effort — see the [release notes](https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-iso/releases). The offline installer is also **experimental and best-effort** — the online Calamares flow is the supported path. ### Known issues in this release @@ -56,12 +56,12 @@ Only KDE Plasma was tested this release. The other DEs are in the installer but ## Project scope -This repo (`antergos-iso`) contains the ISO build configuration — overlays, Calamares modules, pacman config, CI pipeline. Custom PKGBUILDs live in the separate [antergos-packages](https://github.com/Antergos-NeXT/antergos-packages) repo. +This repo (`euri-iso`) contains the ISO build configuration — overlays, Calamares modules, pacman config, CI pipeline. Custom PKGBUILDs live in the separate [euri-packages](https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages) repo. ## Sources - [Artix Linux](https://artixlinux.org) - [artools](https://gitea.artixlinux.org/artix/artools) - [Calamares](https://codeberg.org/calamares/calamares) -- [antergos-packages](https://github.com/Antergos-NeXT/antergos-packages) +- [euri-packages](https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages) - [Original Antergos wallpapers](https://github.com/Antergos/wallpapers) diff --git a/docs/packages.md b/docs/packages.md index 381aa7a..46f7d4a 100644 --- a/docs/packages.md +++ b/docs/packages.md @@ -6,19 +6,19 @@ nav_order: 6 # Custom Packages -Custom PKGBUILDs live in the [antergos-packages](https://github.com/Antergos-NeXT/antergos-packages) repo. Built and published via CI to GitHub Pages as a pacman repository. +Custom PKGBUILDs live in the [euri-packages](https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages) repo. Built and published via CI to GitHub Pages as a pacman repository. ## Repo setup ```ini [euri-pkgs] SigLevel = Optional TrustAll -Server = https://antergos-next.github.io/antergos-packages +Server = https://antergos-nas.taild4360b.ts.net/pkgs ``` ## Package list -Built and published in this order (from `packages.yaml` in `antergos-packages`): +Built and published in this order (from `packages.yaml` in `euri-packages`): | Package | Purpose | |---------|---------| @@ -82,4 +82,4 @@ Built and published in this order (from `packages.yaml` in `antergos-packages`): ## Build system -Packages are built and published via CI in the `antergos-packages` repo. Build order is defined in `packages.yaml`. AUR packages (`yay`, `downgrade`, `pixie-sddm-git`, etc.) are included with retry logic for transient clone failures. The repo index is generated as `euri-pkgs.db` / `euri-pkgs.files` under `euri-pkgs/os/x86_64/` by `repo-add` (adjust the Server URL with `/os/x86_64` if the repo is served as a full arch tree) and served from the package server at `https://antergos-nas.taild4360b.ts.net/pkgs/euri-pkgs/`. +Packages are built and published via CI in the `euri-packages` repo. Build order is defined in `packages.yaml`. AUR packages (`yay`, `downgrade`, `pixie-sddm-git`, etc.) are included with retry logic for transient clone failures. The repo index is generated as `euri-pkgs.db` / `euri-pkgs.files` under `euri-pkgs/os/x86_64/` by `repo-add` (adjust the Server URL with `/os/x86_64` if the repo is served as a full arch tree) and served from the package server at `https://antergos-nas.taild4360b.ts.net/pkgs/euri-pkgs/`. diff --git a/docs/wallpapers.md b/docs/wallpapers.md index 5909a78..caf7f6b 100644 --- a/docs/wallpapers.md +++ b/docs/wallpapers.md @@ -13,7 +13,7 @@ The video ships from the **`euri-layan-theme`** package (`depends=('kvantum' 'ya The `euri-wallpapers` package provides the still images: - **euri-wallpaper.png** — the original Antergos wallpaper, sourced from the [Antergos/wallpapers](https://github.com/Antergos/wallpapers) repo. GPL-3.0. - **adwaita-morning.webp** — GNOME Adwaita Morning (7680×4320, CC BY-SA 3.0 by Jakub Steiner) -- **antergos-darkest-hour.jpg** — KDE Plasma variant (GPL-2+) +- **euri-darkest-hour.jpg** — KDE Plasma variant (GPL-2+) ## Installation paths @@ -24,7 +24,7 @@ The `euri-wallpapers` package provides the still images: | `/usr/share/antergos/backgrounds/` | Legacy path | | `/usr/share/icons/hicolor/*/apps/euri-logo.png` | App icon | -The KDE plugin names are `euri-wallpaper` and `antergos-darkest-hour`, each with their own `metadata.desktop`. +The KDE plugin names are `euri-wallpaper` and `euri-darkest-hour`, each with their own `metadata.desktop`. ## Set on first login @@ -42,4 +42,4 @@ To replace the wallpaper, update the `euri-wallpapers` package: - `packages/euri-wallpapers/` — new wallpaper image - `packages/euri-wallpapers/metadata.desktop` — update name if changing -Rebuild the package and push to the [antergos-packages](https://github.com/Antergos-NeXT/antergos-packages) repo. +Rebuild the package and push to the [euri-packages](https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages) repo.