diff options
author | makefu <github@syntax-fehler.de> | 2014-03-21 23:42:37 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-03-21 23:42:37 +0100 |
commit | dd8568b80f117a22ebf0506f8e9adf0d980105a1 (patch) | |
tree | 9166c6f70fc9cee3d731656c435f2011012962d9 /filehooker | |
parent | e7debe92bac517d1fdd53b9d669548a8cbce0c04 (diff) |
do not auto-login
Diffstat (limited to 'filehooker')
-rw-r--r-- | filehooker/root-image/etc/systemd/system/getty@tty1.service.d/autologin.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filehooker/root-image/etc/systemd/system/getty@tty1.service.d/autologin.conf b/filehooker/root-image/etc/systemd/system/getty@tty1.service.d/autologin.conf index d1d8474c..5c6618c5 100644 --- a/filehooker/root-image/etc/systemd/system/getty@tty1.service.d/autologin.conf +++ b/filehooker/root-image/etc/systemd/system/getty@tty1.service.d/autologin.conf @@ -1,3 +1,3 @@ [Service] ExecStart= -ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux +#ExecStart=-/sbin/agetty --autologin root --noclear %I 38400 linux |