commit | 7fee054386ce0d3123cb16db54976b4945f175c8 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Thu Oct 15 11:19:24 2015 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Thu Oct 15 11:21:20 2015 +0200 |
tree | 911b0d37fc57a734ab12f3d496307a2cd791fbe7 | |
parent | f5383a44be710022e88fc14df049b58b250f3773 [diff] [blame] |
Enable/disable console autologin
diff --git a/README.rst b/README.rst index 1bd6f32..d7454ee 100644 --- a/README.rst +++ b/README.rst
@@ -106,6 +106,18 @@ hour: 2 minute: 0 +Enable autologin on tty1 (may work only for Ubuntu 14.04): + +.. code-block:: yaml + + linux: + system: + console: + tty1: + autologin: root + +To disable set autologin to `false`. + Repositories ~~~~~~~~~~~~