nixos manual: add missing space after "copytoram"

This commit is contained in:
Raphael Das Gupta 2018-04-16 01:14:23 +02:00 committed by GitHub
parent 31effc1d7d
commit 368947a3a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ ISO, copy its contents verbatim to your drive, then either:
<listitem> <listitem>
<para>If you want to load the contents of the ISO to ram after bootin <para>If you want to load the contents of the ISO to ram after bootin
(So you can remove the stick after bootup) you can append the parameter (So you can remove the stick after bootup) you can append the parameter
<literal>copytoram</literal>to the <literal>options</literal> field.</para> <literal>copytoram</literal> to the <literal>options</literal> field.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</para> </para>