Skip to content

Commit

Permalink
Add lightdm greeter config
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Apr 7, 2022
1 parent 4cd7e7a commit e4a3403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions stage4/00-desktop-environment/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ mkdir -v -p "${ROOTFS_DIR}/etc/xdg/nm-tray"
install -v -m 644 files/nm-tray/nm-tray.conf "${ROOTFS_DIR}/etc/xdg/nm-tray/"

sed -i "s|user = CHANGE_ME|user = ${FIRST_USER_NAME}|" "${ROOTFS_DIR}/etc/lightdm/lightdm-mini-greeter.conf"
install -v -m 644 files/lightdm/greeter.conf "${ROOTFS_DIR}/etc/lightdm/lightdm.conf.d/"
2 changes: 2 additions & 0 deletions stage4/00-desktop-environment/files/lightdm/greeter.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[Seat:*]
greeter-session=lightdm-mini-greeter

0 comments on commit e4a3403

Please sign in to comment.