conf.d/live.mk: autologin rehash

If we have a supported display manager, we should rather autoconfigure
that one for autologin instead of configuring autologin package:
those tend to play better with "modern" session management in terms
of runlevel control etc.

xdm doesn't really differ though.

TODO: maybe skip autologin *package* configuration if any dm found
in the live image-script?
This commit is contained in:
Michael Shigorin 2012-03-07 14:38:57 +02:00
parent dc9b706619
commit 70f2a70fca

View File

@ -10,8 +10,7 @@ distro/rescue: distro/.base use/rescue use/syslinux/ui-menu
distro/live: distro/.base use/live/base use/power/acpi/cpufreq distro/live: distro/.base use/live/base use/power/acpi/cpufreq
distro/live-systemd: distro/.base use/live/base use/systemd distro/live-systemd: distro/.base use/live/base use/systemd
distro/.live-x11: distro/live use/firmware use/live/autologin \ distro/.live-x11: distro/live use/firmware use/power/acpi/button
use/power/acpi/button
distro/live-isomd5sum: distro/.base use/live/base use/isomd5sum distro/live-isomd5sum: distro/.base use/live/base use/isomd5sum
@$(call add,LIVE_PACKAGES,livecd-isomd5sum) @$(call add,LIVE_PACKAGES,livecd-isomd5sum)
@ -31,7 +30,7 @@ distro/live-builder: distro/.base use/repo/main \
distro/live-install: distro/.base use/live/base use/syslinux/localboot.cfg distro/live-install: distro/.base use/live/base use/syslinux/localboot.cfg
@$(call add,LIVE_PACKAGES,live-install) @$(call add,LIVE_PACKAGES,live-install)
distro/live-icewm: distro/.live-x11 distro/live-icewm: distro/.live-x11 use/live/autologin
@$(call add,LIVE_LISTS, \ @$(call add,LIVE_LISTS, \
$(call tags,(base || desktop) && (live || network || icewm))) $(call tags,(base || desktop) && (live || network || icewm)))
@ -44,7 +43,7 @@ distro/live-rescue: distro/live-icewm
@$(call add,LIVE_LISTS, \ @$(call add,LIVE_LISTS, \
$(call tags,(base || extra) && (archive || rescue || network))) $(call tags,(base || extra) && (archive || rescue || network)))
distro/live-webkiosk: distro/.live-x11 use/live/hooks distro/live-webkiosk: distro/.live-x11 use/live/autologin use/live/hooks
@$(call add,LIVE_PACKAGES,livecd-webkiosk) @$(call add,LIVE_PACKAGES,livecd-webkiosk)
@$(call add,LIVE_PACKAGES,fonts-ttf-dejavu fonts-ttf-droid) @$(call add,LIVE_PACKAGES,fonts-ttf-dejavu fonts-ttf-droid)