From 482618252d9248d12b56705c79bb17b814938d58 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Wed, 24 Jun 2026 23:40:27 +0200 Subject: [PATCH] docs: add systemd migration warning to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0795dde..6341bee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # Antergos NeXT ISO +> **⚠️ SYSTEMD MIGRATION NOTICE** +> +> This branch (`before-systemd-change`) represents the last version of Antergos NeXT built on **systemd**. +> +> The project is migrating away from systemd to an alternative init system. This means: +> - **GNOME is being dropped** — GNOME 49+ requires systemd as a hard dependency (Artix Linux dropped GNOME for the same reason in 2025) +> - The desktop will be replaced with KDE Plasma (or another non-systemd-dependent DE) +> - The base distribution will switch from Arch Linux to **Artix Linux** (Arch without systemd) +> - ISO build tools will switch from `archiso` to `artools` +> +> This branch is preserved for reference. All future development will happen on `master` after the migration. + [![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) [![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE) [![Maintenance](https://img.shields.io/maintenance/yes/2026.svg)]()