Allow autologin

This commit is contained in:
2026-05-24 16:03:27 +03:00
parent 1e26fedc22
commit b015f1c471
3 changed files with 19 additions and 1 deletions
+3
View File
@@ -31,6 +31,9 @@ package() {
# Install sysusers file
install -Dm644 "$BPM_WORKDIR"/sysusers "$BPM_OUTPUT"/usr/lib/sysusers.d/lightdm.conf
# Install autologin pam file
install -Dm644 "$BPM_WORKDIR"/lightdm-autologin.pam "$BPM_WORKDIR"/etc/pam.d/lightdm-autologin
# Install polkit rules
install -Dm644 "$BPM_WORKDIR"/polkit-rules "$BPM_OUTPUT"/usr/share/polkit-1/rules.d/lightdm.rules