Added autologin command, and use it by default.

* This will handle our current single-user login needs.
* Removed Login from the minimum image again.
This commit is contained in:
Axel Dörfler
2015-07-22 20:43:54 +02:00
parent 1281fcd3cb
commit 05a567f609
4 changed files with 36 additions and 5 deletions
+2 -3
View File
@@ -72,8 +72,7 @@ service x-vnd.Haiku-power_daemon {
}
target login {
job x-vnd.Haiku-Login {
launch /system/apps/Login
legacy
job x-vnd.Haiku-autologin {
launch /system/bin/autologin
}
}