From 1233d21516550e5b88161eea15355ecc03c40bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Mon, 6 Jul 2026 20:23:02 +0200 Subject: [PATCH] fix: mark OpenRC as broken in installer with warning OpenRC conflicts with dinit-rc over virtual init-rc. Runit and S6 use different virtuals so they're fine. OpenRC stays listed but with a visible warning until a fix is found. --- .../etc/calamares-online/modules/packagechooser.conf | 2 +- .../live-overlay/etc/calamares/modules/packagechooser.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser.conf b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser.conf index 11bf26b..a02eecd 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser.conf +++ b/iso-profiles/antergos/live-overlay/etc/calamares-online/modules/packagechooser.conf @@ -82,7 +82,7 @@ items: - id: OpenRC name: openrc - description: "OpenRC init system" + description: "⚠ OpenRC init system — BROKEN in Antergos NeXT (init-rc conflict with dinit). Will be re-added once fixed." screenshot: "" netinstall: name: "openrc" diff --git a/iso-profiles/antergos/live-overlay/etc/calamares/modules/packagechooser.conf b/iso-profiles/antergos/live-overlay/etc/calamares/modules/packagechooser.conf index da5f80b..1a5e6e9 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares/modules/packagechooser.conf +++ b/iso-profiles/antergos/live-overlay/etc/calamares/modules/packagechooser.conf @@ -82,7 +82,7 @@ items: - id: OpenRC name: openrc - description: "OpenRC init system" + description: "⚠ OpenRC init system — BROKEN in Antergos NeXT (init-rc conflict with dinit). Will be re-added once fixed." screenshot: "/etc/calamares/modules/images/openrc.svg" netinstall: name: "openrc"