fix: rewrite netinstall and calamares launcher

- netinstall.conf: add required:true, file:// prefix, label config
- netinstall.yaml: flat group structure with proper DE package lists
- settings_online.conf: fix netinstall exec ordering
- calamares-next.sh: comprehensive yad-based launcher with logging
- PKGBUILD: pkgrel 9, yad as dependency
This commit is contained in:
2026-06-23 17:22:15 +02:00
parent 5858a31565
commit edccdcdfba
5 changed files with 413 additions and 137 deletions
@@ -2,13 +2,13 @@
pkgname=calamares-branding-antergos-next
pkgver=1.0
pkgrel=8
pkgrel=9
pkgdesc="Calamares branding for Antergos NeXT with offline/online installer support"
arch=('any')
url="https://github.com/Antergos-NeXT"
license=('GPL3')
depends=('calamares')
optdepends=('zenity: graphical mode chooser dialog')
depends=('calamares' 'yad')
optdepends=('zenity: fallback for graphical mode chooser dialog')
source=("branding.desc"
"stylesheet.qss"
"show.qml"