From f0d3ca380e76681a982630a3d738e8586d3ac601 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Tue, 23 Jun 2026 16:10:25 +0200 Subject: [PATCH] calamares-branding: add /usr/lib/calamares/modules to modules-search MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both settings_offline.conf and settings_online.conf only searched /etc/calamares/modules for modules, but Calamares' built-in modules (welcome, locale, partition, etc.) are installed in /usr/lib/calamares/modules/. Added both paths. pkgrel 6→7 --- packages/calamares-branding-antergos-next/PKGBUILD | 2 +- packages/calamares-branding-antergos-next/settings_offline.conf | 2 +- packages/calamares-branding-antergos-next/settings_online.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/calamares-branding-antergos-next/PKGBUILD b/packages/calamares-branding-antergos-next/PKGBUILD index 4d9bd80..3166af0 100644 --- a/packages/calamares-branding-antergos-next/PKGBUILD +++ b/packages/calamares-branding-antergos-next/PKGBUILD @@ -2,7 +2,7 @@ pkgname=calamares-branding-antergos-next pkgver=1.0 -pkgrel=6 +pkgrel=7 pkgdesc="Calamares branding for Antergos NeXT with offline/online installer support" arch=('any') url="https://github.com/Antergos-NeXT" diff --git a/packages/calamares-branding-antergos-next/settings_offline.conf b/packages/calamares-branding-antergos-next/settings_offline.conf index 5644be7..bb30cfa 100644 --- a/packages/calamares-branding-antergos-next/settings_offline.conf +++ b/packages/calamares-branding-antergos-next/settings_offline.conf @@ -1,5 +1,5 @@ --- -modules-search: [ /etc/calamares/modules ] +modules-search: [ /usr/lib/calamares/modules, /etc/calamares/modules ] sequence: - show: diff --git a/packages/calamares-branding-antergos-next/settings_online.conf b/packages/calamares-branding-antergos-next/settings_online.conf index 9223392..66f42fc 100644 --- a/packages/calamares-branding-antergos-next/settings_online.conf +++ b/packages/calamares-branding-antergos-next/settings_online.conf @@ -1,5 +1,5 @@ --- -modules-search: [ /etc/calamares/modules ] +modules-search: [ /usr/lib/calamares/modules, /etc/calamares/modules ] sequence: - show: