documentation: fix start display-manager command

[Bjørn: The 'start' alias was removed in commit 1d9651e723
("Remove systemd shell aliases").]

authored by Eric Sagnes and committed by Bjørn Forsman 9236eedb 0da28e9c

+2 -2
+1 -1
nixos/doc/manual/installation/installing.xml
··· 22 (with empty password).</para></listitem> 23 24 <listitem><para>If you downloaded the graphical ISO image, you can 25 - run <command>start display-manager</command> to start KDE. If you 26 want to continue on the terminal, you can use 27 <command>loadkeys</command> to switch to your preferred keyboard layout. 28 (We even provide neo2 via <command>loadkeys de neo</command>!)</para></listitem>
··· 22 (with empty password).</para></listitem> 23 24 <listitem><para>If you downloaded the graphical ISO image, you can 25 + run <command>systemctl start display-manager</command> to start KDE. If you 26 want to continue on the terminal, you can use 27 <command>loadkeys</command> to switch to your preferred keyboard layout. 28 (We even provide neo2 via <command>loadkeys de neo</command>!)</para></listitem>
+1 -1
nixos/modules/profiles/installation-device.nix
··· 42 43 The "root" account has an empty password. ${ 44 optionalString config.services.xserver.enable 45 - "Type `start display-manager' to\nstart the graphical user interface."} 46 ''; 47 48 # Allow sshd to be started manually through "start sshd".
··· 42 43 The "root" account has an empty password. ${ 44 optionalString config.services.xserver.enable 45 + "Type `systemctl start display-manager' to\nstart the graphical user interface."} 46 ''; 47 48 # Allow sshd to be started manually through "start sshd".