fix(calamares-branding): ship services-artix.conf with full DM set
The runtime copy of /etc/calamares/modules/services-artix.conf now enables sddm, lightdm, lxdm, ly, greetd and userspawn. Previously only sddm+greetd were enabled, so selecting LY/LightDM/LXDM left no DM service active and the installed system booted to a TTY. Identical to the live-overlay copy in antergos-iso.
This commit is contained in:
@@ -44,6 +44,7 @@ source=("branding.desc"
|
||||
"netinstall.conf"
|
||||
"packagechooser_de.conf"
|
||||
"packagechooser_dm.conf"
|
||||
"services-artix.conf"
|
||||
"welcome.conf"
|
||||
"settings_offline.conf"
|
||||
"settings_online.conf"
|
||||
@@ -96,8 +97,9 @@ sha256sums=('SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'SKIP')
|
||||
|
||||
|
||||
package() {
|
||||
# Branding data (shared between offline/online)
|
||||
local _brand="/usr/share/calamares/branding/antergos-next"
|
||||
@@ -181,6 +183,7 @@ package() {
|
||||
cp "netinstall.yaml" "${pkgdir}/etc/calamares/modules/"
|
||||
cp "packagechooser_de.conf" "${pkgdir}/etc/calamares/modules/"
|
||||
cp "packagechooser_dm.conf" "${pkgdir}/etc/calamares/modules/"
|
||||
cp "services-artix.conf" "${pkgdir}/etc/calamares/modules/"
|
||||
cp "welcome.conf" "${pkgdir}/etc/calamares/modules/"
|
||||
|
||||
# Offline config directory
|
||||
|
||||
Reference in New Issue
Block a user