Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,22 @@ units:
- name: cups-browsed
action: enable
mandatory: false
# One of these three is what the edition installed: sddm on KDE, gdm on
# GNOME, lightdm on Cinnamon and XFCE. The displaymanager module only
# configures the display manager - the session, the greeter, autologin -
# and never enables its unit, which is this module's job, so listing only
# sddm here left a GNOME or XFCE install with no display-manager.service
# and a text login on first boot. Enabling a unit that is not installed is
# skipped because none of them is mandatory.
- name: sddm
action: enable
mandatory: false
- name: gdm
action: enable
mandatory: false
- name: lightdm
action: enable
mandatory: false
- name: graphical.target
action: set-default
mandatory: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,22 @@ units:
- name: cups-browsed
action: enable
mandatory: false
# One of these three is what the edition installed: sddm on KDE, gdm on
# GNOME, lightdm on Cinnamon and XFCE. The displaymanager module only
# configures the display manager - the session, the greeter, autologin -
# and never enables its unit, which is this module's job, so listing only
# sddm here left a GNOME or XFCE install with no display-manager.service
# and a text login on first boot. Enabling a unit that is not installed is
# skipped because none of them is mandatory.
- name: sddm
action: enable
mandatory: false
- name: gdm
action: enable
mandatory: false
- name: lightdm
action: enable
mandatory: false
- name: graphical.target
action: set-default
mandatory: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,22 @@ units:
- name: cups-browsed
action: enable
mandatory: false
# One of these three is what the edition installed: sddm on KDE, gdm on
# GNOME, lightdm on Cinnamon and XFCE. The displaymanager module only
# configures the display manager - the session, the greeter, autologin -
# and never enables its unit, which is this module's job, so listing only
# sddm here left a GNOME or XFCE install with no display-manager.service
# and a text login on first boot. Enabling a unit that is not installed is
# skipped because none of them is mandatory.
- name: sddm
action: enable
mandatory: false
- name: gdm
action: enable
mandatory: false
- name: lightdm
action: enable
mandatory: false
- name: graphical.target
action: set-default
mandatory: false
Expand Down
Loading