Documentation.
This commit is contained in:
parent
fea3b68d61
commit
52656190af
@ -152,6 +152,11 @@ def set_autologin(username, displaymanagers, root_mount_point):
|
|||||||
|
|
||||||
def run():
|
def run():
|
||||||
""" Configure display managers """
|
""" Configure display managers """
|
||||||
|
# We acquire a list of displaymanagers, either from config or (overridden) from globalstorage.
|
||||||
|
# This module will try to set up (including autologin) all the displaymanagers in the list, in that specific order.
|
||||||
|
# Most distros will probably only ship one displaymanager.
|
||||||
|
# If a displaymanager is in the list but not installed, this module quits with error.
|
||||||
|
|
||||||
if "displaymanagers" in libcalamares.job.configuration:
|
if "displaymanagers" in libcalamares.job.configuration:
|
||||||
displaymanagers = libcalamares.job.configuration["displaymanagers"]
|
displaymanagers = libcalamares.job.configuration["displaymanagers"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user