docs: point all links at Gitea (Euri-Linux), replace dead GitHub Pages repo URL, fix wallpaper plugin names
This commit is contained in:
@@ -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).
|
> Looking for the old Arch/systemd version? See the [`before-systemd-change` branch](https://github.com/Antergos-NeXT/antergos-iso/tree/before-systemd-change).
|
||||||
|
|
||||||
[](https://github.com/Antergos-NeXT/antergos-iso/actions/workflows/build.yml)
|
[](https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-iso/actions)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[]()
|
[]()
|
||||||
[](https://artixlinux.org)
|
[](https://artixlinux.org)
|
||||||
[]()
|
[]()
|
||||||
[]()
|
[]()
|
||||||
[](https://antergos-next.github.io/antergos-iso/)
|
[](https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-iso/src/branch/master/docs)
|
||||||
[](README.pl.md)
|
[](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.
|
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.
|
# pacman and the deps listed above.
|
||||||
|
|
||||||
# Clone and enter
|
# Clone and enter
|
||||||
git clone https://github.com/Antergos-NeXT/antergos-iso.git
|
git clone https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-iso.git
|
||||||
cd antergos-iso
|
cd euri-iso
|
||||||
|
|
||||||
# Set workspace to repo root
|
# Set workspace to repo root
|
||||||
export WORKSPACE_DIR="$PWD"
|
export WORKSPACE_DIR="$PWD"
|
||||||
@@ -117,7 +117,7 @@ The ISO pulls custom packages (branding, Calamares config, wallpapers) from our
|
|||||||
```ini
|
```ini
|
||||||
[euri-pkgs]
|
[euri-pkgs]
|
||||||
SigLevel = Optional TrustAll
|
SigLevel = Optional TrustAll
|
||||||
Server = https://antergos-next.github.io/antergos-packages
|
Server = https://antergos-nas.taild4360b.ts.net/pkgs
|
||||||
```
|
```
|
||||||
|
|
||||||
## Profile structure
|
## Profile structure
|
||||||
@@ -146,15 +146,15 @@ Overlays are self-contained (no symlinks to external directories) so the repo bu
|
|||||||
|
|
||||||
## Download
|
## Download
|
||||||
|
|
||||||
[GitHub Releases](https://github.com/Antergos-NeXT/antergos-iso/releases)
|
[Releases](https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-iso/releases)
|
||||||
|
|
||||||
## Sources
|
## Sources
|
||||||
|
|
||||||
- [Artix Linux](https://artixlinux.org) — base distribution
|
- [Artix Linux](https://artixlinux.org) — base distribution
|
||||||
- [artools](https://gitea.artixlinux.org/artix/artools) — ISO build tools
|
- [artools](https://gitea.artixlinux.org/artix/artools) — ISO build tools
|
||||||
- [Calamares](https://codeberg.org/calamares/calamares) — installer framework
|
- [Calamares](https://codeberg.org/calamares/calamares) — installer framework
|
||||||
- [antergos-packages](https://github.com/Antergos-NeXT/antergos-packages) — custom PKGBUILDs
|
- [euri-packages](https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages) — custom PKGBUILDs
|
||||||
- [Antergos wallpapers](https://github.com/Antergos/wallpapers) — original wallpapers
|
- [Antergos wallpapers](https://github.com/Antergos/wallpapers) — original upstream wallpapers (historical)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -60,8 +60,8 @@ pacman -S squashfs-tools
|
|||||||
## Clone and configure
|
## Clone and configure
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/Antergos-NeXT/antergos-iso.git
|
git clone https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-iso.git
|
||||||
cd antergos-iso
|
cd euri-iso
|
||||||
|
|
||||||
export WORKSPACE_DIR="$PWD"
|
export WORKSPACE_DIR="$PWD"
|
||||||
|
|
||||||
@@ -180,5 +180,5 @@ To use the custom packages repo on an installed system:
|
|||||||
```ini
|
```ini
|
||||||
[euri-pkgs]
|
[euri-pkgs]
|
||||||
SigLevel = Optional TrustAll
|
SigLevel = Optional TrustAll
|
||||||
Server = https://antergos-next.github.io/antergos-packages
|
Server = https://antergos-nas.taild4360b.ts.net/pkgs
|
||||||
```
|
```
|
||||||
|
|||||||
+2
-2
@@ -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.
|
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
|
## Safety notes
|
||||||
|
|
||||||
|
|||||||
+4
-4
@@ -9,7 +9,7 @@ nav_order: 8
|
|||||||
## Repository structure
|
## Repository structure
|
||||||
|
|
||||||
```
|
```
|
||||||
antergos-iso/
|
euri-iso/
|
||||||
├── buildiso # Modified buildiso with --overwrite='*' and branding
|
├── buildiso # Modified buildiso with --overwrite='*' and branding
|
||||||
├── iso-profiles/
|
├── iso-profiles/
|
||||||
│ ├── euri/
|
│ ├── 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 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
|
### Pipewire launcher on dinit
|
||||||
|
|
||||||
@@ -136,10 +136,10 @@ Boot the resulting ISO in a VM. Verify:
|
|||||||
|
|
||||||
## Custom packages repo
|
## 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
|
```ini
|
||||||
[euri-pkgs]
|
[euri-pkgs]
|
||||||
SigLevel = Optional TrustAll
|
SigLevel = Optional TrustAll
|
||||||
Server = https://antergos-next.github.io/antergos-packages
|
Server = https://antergos-nas.taild4360b.ts.net/pkgs
|
||||||
```
|
```
|
||||||
|
|||||||
+4
-4
@@ -10,7 +10,7 @@ nav_order: 1
|
|||||||
|
|
||||||
## Download
|
## 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).)_
|
_Published to GitHub Releases. (The Internet Archive upload step in CI is currently disabled — see [CI](ci).)_
|
||||||
|
|
||||||
### Latest release — v2026.08.17 (Arranxo)
|
### 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.
|
- **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.
|
- **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
|
### 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
|
## 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
|
## Sources
|
||||||
|
|
||||||
- [Artix Linux](https://artixlinux.org)
|
- [Artix Linux](https://artixlinux.org)
|
||||||
- [artools](https://gitea.artixlinux.org/artix/artools)
|
- [artools](https://gitea.artixlinux.org/artix/artools)
|
||||||
- [Calamares](https://codeberg.org/calamares/calamares)
|
- [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)
|
- [Original Antergos wallpapers](https://github.com/Antergos/wallpapers)
|
||||||
|
|||||||
+4
-4
@@ -6,19 +6,19 @@ nav_order: 6
|
|||||||
|
|
||||||
# Custom Packages
|
# 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
|
## Repo setup
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[euri-pkgs]
|
[euri-pkgs]
|
||||||
SigLevel = Optional TrustAll
|
SigLevel = Optional TrustAll
|
||||||
Server = https://antergos-next.github.io/antergos-packages
|
Server = https://antergos-nas.taild4360b.ts.net/pkgs
|
||||||
```
|
```
|
||||||
|
|
||||||
## Package list
|
## 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 |
|
| Package | Purpose |
|
||||||
|---------|---------|
|
|---------|---------|
|
||||||
@@ -82,4 +82,4 @@ Built and published in this order (from `packages.yaml` in `antergos-packages`):
|
|||||||
|
|
||||||
## Build system
|
## 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/`.
|
||||||
|
|||||||
+3
-3
@@ -13,7 +13,7 @@ The video ships from the **`euri-layan-theme`** package (`depends=('kvantum' 'ya
|
|||||||
The `euri-wallpapers` package provides the still images:
|
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.
|
- **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)
|
- **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
|
## Installation paths
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ The `euri-wallpapers` package provides the still images:
|
|||||||
| `/usr/share/antergos/backgrounds/` | Legacy path |
|
| `/usr/share/antergos/backgrounds/` | Legacy path |
|
||||||
| `/usr/share/icons/hicolor/*/apps/euri-logo.png` | App icon |
|
| `/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
|
## Set on first login
|
||||||
|
|
||||||
@@ -42,4 +42,4 @@ To replace the wallpaper, update the `euri-wallpapers` package:
|
|||||||
- `packages/euri-wallpapers/<image-file>` — new wallpaper image
|
- `packages/euri-wallpapers/<image-file>` — new wallpaper image
|
||||||
- `packages/euri-wallpapers/metadata.desktop` — update name if changing
|
- `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.
|
||||||
|
|||||||
Reference in New Issue
Block a user