Commit 1aad0bc5 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: use plain autologin for wmaker

lightdm isn't going to turn off the system properly with no systemd-logind around ("for no good reason", that is); good ol' wdm for installed system and the similarly ol' autologin just work though. nodm is not gonna cut it since user PATH is weird within the session breaking livecd-install by putting /usr/sbin before /usr/bin while it shouldn't be there in the first place.
parent fe56fda2
......@@ -79,9 +79,11 @@ distro/regular-icewm: distro/.regular-sysv-gtk +icewm
@$(call add,LIVE_LISTS,$(call tags,regular icewm))
@$(call set,KFLAVOURS,un-def)
distro/regular-wmaker: distro/.regular-sysv-gtk use/x11/wmaker use/efi/refind
distro/regular-wmaker: distro/.regular-sysv \
use/efi/refind use/syslinux/ui/gfxboot use/live/autologin use/x11/wmaker
@$(call add,LIVE_PACKAGES,xxkb wdm)
@$(call add,LIVE_PACKAGES,livecd-install-wmaker)
@$(call add,LIVE_PACKAGES,xxkb)
@$(call add,LIVE_PACKAGES,installer-feature-no-xconsole-stage3)
@$(call add,MAIN_PACKAGES,wmgtemp wmhdaps wmpomme wmxkbru)
distro/regular-gnustep: distro/regular-wmaker use/x11/gnustep +plymouth
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment