fix: add greetd netinstall group for online DM selection
The packagechooser_dm.conf has greetd as a DM option with method: netinstall-select, but no matching 'greetd' group existed in /etc/calamares/modules/netinstall.yaml (which is what Calamares loads in online mode via modules-search: [local] resolution). Without the group, selecting greetd silently fails and the displaymanager module falls back to SDDM instead. Add greetd + greetd-dinit group alongside the existing SDDM, LightDM, LXDM, LY groups.
This commit is contained in:
@@ -272,6 +272,13 @@
|
|||||||
- lxdm
|
- lxdm
|
||||||
- lxdm-dinit
|
- lxdm-dinit
|
||||||
|
|
||||||
|
- name: "greetd"
|
||||||
|
description: "greetd display manager"
|
||||||
|
selected: false
|
||||||
|
packages:
|
||||||
|
- greetd
|
||||||
|
- greetd-dinit
|
||||||
|
|
||||||
- name: "LY"
|
- name: "LY"
|
||||||
description: "LY display manager"
|
description: "LY display manager"
|
||||||
selected: false
|
selected: false
|
||||||
|
|||||||
Reference in New Issue
Block a user