feat: expand Calamares installer with DM chooser, explicit DE packages, and custom packages module

- Add packagechooser@dm instance for display manager selection (SDDM/LightDM/LXDM/LY)
- Expand desktop environment package lists (Xfce MATE LXQt i3) with explicit packages
- Change plasma -> plasma-meta and lsb-release -> antergos-lsb-release
- Add bootloader, displaymanager, grubcfg, postcfg, services-artix module configs
- Install antergos-release, antergos-wallpapers, antergos-grub-theme via basestrap
- Add custom packages/main.py with one-at-a-time install and --overwrite='*'
- Add --overwrite='*' to basestrap main.py for pacman -Sy operations
This commit is contained in:
2026-07-04 22:44:04 +02:00
parent 921b8b94ec
commit 7beee69be4
12 changed files with 667 additions and 11 deletions
@@ -49,7 +49,7 @@
description: "System Utilities"
selected: true
packages:
- lsb-release
- antergos-lsb-release
- nano
- vi
@@ -7,6 +7,7 @@ sequence:
- locale
- keyboard
- packagechooser
- packagechooser@dm
- netinstall
- partition
- users
@@ -37,6 +38,11 @@ sequence:
- show:
- finished
instances:
- id: dm
module: packagechooser
config: packagechooser_dm.conf
branding: antergos-next
prompt-install: false