mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
documentation: fix start display-manager command
[Bjørn: The 'start' alias was removed in commit 1d9651e723
("Remove systemd shell aliases").]
This commit is contained in:
parent
0da28e9cfa
commit
9236eedbc3
@ -22,7 +22,7 @@
|
|||||||
(with empty password).</para></listitem>
|
(with empty password).</para></listitem>
|
||||||
|
|
||||||
<listitem><para>If you downloaded the graphical ISO image, you can
|
<listitem><para>If you downloaded the graphical ISO image, you can
|
||||||
run <command>start display-manager</command> to start KDE. If you
|
run <command>systemctl start display-manager</command> to start KDE. If you
|
||||||
want to continue on the terminal, you can use
|
want to continue on the terminal, you can use
|
||||||
<command>loadkeys</command> to switch to your preferred keyboard layout.
|
<command>loadkeys</command> to switch to your preferred keyboard layout.
|
||||||
(We even provide neo2 via <command>loadkeys de neo</command>!)</para></listitem>
|
(We even provide neo2 via <command>loadkeys de neo</command>!)</para></listitem>
|
||||||
|
@ -42,7 +42,7 @@ with lib;
|
|||||||
|
|
||||||
The "root" account has 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 `systemctl start display-manager' to\nstart the graphical user interface."}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Allow sshd to be started manually through "start sshd".
|
# Allow sshd to be started manually through "start sshd".
|
||||||
|
Loading…
Reference in New Issue
Block a user