mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/doc/installing: Fix typo in <literal/>
The tag wasn't properly closed which caused the manual build to fail. Tested with: nix-build nixos/release.nix -A manual.x86_64-linux Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
462ef74442
commit
d01b9493c9
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
<listitem><para>If you would like to continue the installation from a different
|
<listitem><para>If you would like to continue the installation from a different
|
||||||
machine you need to activate the SSH daemon via <literal>systemctl start sshd</literal>.
|
machine you need to activate the SSH daemon via <literal>systemctl start sshd</literal>.
|
||||||
In order to be able to login you also need to set a password for
|
In order to be able to login you also need to set a password for
|
||||||
<literal>root</literal> using <literal>passwd<literal>.</para></listitem>
|
<literal>root</literal> using <literal>passwd</literal>.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>The NixOS installer doesn’t do any partitioning or
|
<listitem><para>The NixOS installer doesn’t do any partitioning or
|
||||||
formatting yet, so you need to do that yourself. Use the following
|
formatting yet, so you need to do that yourself. Use the following
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue