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
@@ -0,0 +1,95 @@
---
mode: required
method: netinstall-add
labels:
step: "Display Manager"
step[de]: "Display Manager"
default: SDDM
items:
- id: SDDM
name: sddm
description: "QML-based display manager (KDE default)"
screenshot: ""
netinstall:
name: "sddm"
description: "SDDM display manager"
selected: true
critical: true
immutable: false
expanded: true
hidden: false
subgroups:
- name: "SDDM"
description: "SDDM packages"
selected: true
hidden: true
packages:
- sddm
- sddm-openrc
- id: LightDM
name: lightdm
description: "Cross-desktop display manager (GTK)"
screenshot: ""
netinstall:
name: "lightdm"
description: "LightDM display manager"
selected: false
critical: true
immutable: false
expanded: true
hidden: false
subgroups:
- name: "LightDM"
description: "LightDM packages"
selected: true
hidden: true
packages:
- lightdm
- lightdm-openrc
- id: LXDM
name: lxdm
description: "Lightweight display manager (LXDE)"
screenshot: ""
netinstall:
name: "lxdm"
description: "LXDM display manager"
selected: false
critical: true
immutable: false
expanded: true
hidden: false
subgroups:
- name: "LXDM"
description: "LXDM packages"
selected: true
hidden: true
packages:
- lxdm
- lxdm-openrc
- id: LY
name: ly
description: "Minimal TUI display manager"
screenshot: ""
netinstall:
name: "ly"
description: "LY display manager"
selected: false
critical: true
immutable: false
expanded: true
hidden: false
subgroups:
- name: "LY"
description: "LY packages"
selected: true
hidden: true
packages:
- ly
- ly-openrc