From 777dd07b74752dad4b8a59a96811b53c31d03f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Mon, 6 Jul 2026 20:49:18 +0200 Subject: [PATCH] fix: add branding, network, audio packages to netinstall + init chooser - Plasma group in netinstall.yaml now includes antergos-plasma-theme, antergos-next-desktop-settings, and full KDE app list from branding - Default group adds networkmanager, pipewire, pipewire-pulse, wireplumber, firefox, mesa for working network/audio out of the box - Init chooser packagechooser.conf adds pipewire-dinit and wireplumber-dinit services to all four init sections (dinit, openrc, s6, runit) for audio service enablement --- .../etc/calamares/modules/netinstall.yaml | 41 ++++++++++++++++++- .../etc/calamares/modules/packagechooser.conf | 8 ++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml b/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml index 5be3461..4d90f84 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml +++ b/iso-profiles/antergos/live-overlay/etc/calamares/modules/netinstall.yaml @@ -14,6 +14,15 @@ - antergos-next-keyring - antergos-wallpapers - antergos-grub-theme + - firefox + - mesa + - mesa-utils + - networkmanager + - network-manager-applet + - pipewire + - pipewire-alsa + - pipewire-pulse + - wireplumber - name: "Kernel" description: "Kernel and modules" @@ -71,21 +80,51 @@ description: "KDE Plasma Desktop" selected: true packages: - - plasma-meta + - antergos-plasma-theme + - antergos-next-desktop-settings - ark + - bluedevil + - breeze-gtk - dolphin + - dolphin-plugins - ffmpegthumbs - gwenview - kate + - kcalc + - kde-cli-tools + - kde-gtk-config + - kdeconnect + - kdegraphics-thumbnailers + - kdenetwork-filesharing + - kdeplasma-addons - keditbookmarks - kfind - kgpg + - kinfocenter - kio-admin + - kio-extras + - kio-fuse - konsole - konversation + - kscreen + - kwallet-pam - kwalletmanager + - kwayland-integration - okular - partitionmanager + - plasma-browser-integration + - plasma-desktop + - plasma-disks + - plasma-nm + - plasma-pa + - plasma-systemmonitor + - plasma-workspace + - powerdevil + - print-manager + - qt6-imageformats + - spectacle + - xdg-desktop-portal-kde + - xsettingsd - name: "Xfce" description: "Xfce Desktop" selected: false 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 1a5e6e9..28e51e8 100644 --- a/iso-profiles/antergos/live-overlay/etc/calamares/modules/packagechooser.conf +++ b/iso-profiles/antergos/live-overlay/etc/calamares/modules/packagechooser.conf @@ -77,8 +77,10 @@ items: - haveged-dinit - lm_sensors-dinit - openvpn-dinit + - pipewire-dinit - power-profiles-daemon-dinit - rsync-dinit + - wireplumber-dinit - id: OpenRC name: openrc @@ -148,8 +150,10 @@ items: - lm_sensors-openrc - openrc-settingsd - openvpn-openrc + - pipewire-openrc - power-profiles-daemon-openrc - rsync-openrc + - wireplumber-openrc - id: S6 name: s6 @@ -219,8 +223,10 @@ items: - haveged-s6 - lm_sensors-s6 - openvpn-s6 + - pipewire-s6 - power-profiles-daemon-s6 - rsync-s6 + - wireplumber-s6 - id: Runit name: runit @@ -290,5 +296,7 @@ items: - haveged-runit - lm_sensors-runit - openvpn-runit + - pipewire-runit - power-profiles-daemon-runit - rsync-runit + - wireplumber-runit