mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
mkosi: Enable Autologin= again on Debian
Debian uses /usr/bin/login from the shadow package instead of util-linux which doesn't support credentials. Let's enable autologin the old fashioned way for now. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833256
This commit is contained in:
parent
dd1c01b20f
commit
ea696c5f53
@ -8,6 +8,10 @@ Distribution=|ubuntu
|
|||||||
PackageManagerTrees=mkosi-pinning.pref:/etc/apt/preferences.d/mkosi-pinning.pref
|
PackageManagerTrees=mkosi-pinning.pref:/etc/apt/preferences.d/mkosi-pinning.pref
|
||||||
|
|
||||||
[Content]
|
[Content]
|
||||||
|
# Debian ships /usr/bin/login from shadow instead of util-linux which doesn't support credentials so we
|
||||||
|
# enable autologin the old-fashioned way.
|
||||||
|
Autologin=yes
|
||||||
|
|
||||||
VolatilePackages=
|
VolatilePackages=
|
||||||
libnss-myhostname
|
libnss-myhostname
|
||||||
libnss-mymachines
|
libnss-mymachines
|
||||||
|
Loading…
Reference in New Issue
Block a user