Installation CD: automatic log in at virtual consoles
This commit is contained in:
parent
7d916bb27e
commit
25062f56d4
@ -30,11 +30,14 @@ with lib;
|
|||||||
# the full glibcLocales package.
|
# the full glibcLocales package.
|
||||||
i18n.supportedLocales = ["en_US.UTF-8/UTF-8" "en_US/ISO-8859-1"];
|
i18n.supportedLocales = ["en_US.UTF-8/UTF-8" "en_US/ISO-8859-1"];
|
||||||
|
|
||||||
|
# Automatically log in at the virtual consoles.
|
||||||
|
services.mingetty.autologinUser = "root";
|
||||||
|
|
||||||
# Some more help text.
|
# Some more help text.
|
||||||
services.mingetty.helpLine =
|
services.mingetty.helpLine =
|
||||||
''
|
''
|
||||||
|
|
||||||
Log in as "root" with an empty password. ${
|
The "root" account has an empty password. ${
|
||||||
optionalString config.services.xserver.enable
|
optionalString config.services.xserver.enable
|
||||||
"Type `start display-manager' to\nstart the graphical user interface."}
|
"Type `start display-manager' to\nstart the graphical user interface."}
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user