fix: include packagechooser in calamares build, fix calamares-next launcher for sudo -E

feat: reworked package index with tailwind, sorting, category filters, package metadata
chore: remove hal package (arch-specific, not compatible with artix)
This commit is contained in:
2026-06-28 18:13:58 +02:00
parent f6d72adf57
commit 62f4adc05c
10 changed files with 977 additions and 2187 deletions
@@ -68,6 +68,11 @@ InstallLog_Start() {
}
Calamares_Start() {
if [ "$EUID" = 0 ]; then
calamares -D8 >> $log &
return
fi
local kdesu=/usr/lib/kf6/kdesu
[ -x $kdesu ] || kdesu=kdesu