mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 20:16:16 +03:00
nixos/stage1: add copytoram support
This commit is contained in:
parent
91ad6b3597
commit
87a4615e27
2 changed files with 24 additions and 0 deletions
|
@ -34,6 +34,11 @@ ISO, copy its contents verbatim to your drive, then either:
|
|||
in <link xlink:href="https://www.kernel.org/doc/Documentation/kernel-parameters.txt">
|
||||
the kernel documentation</link> for more details).</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<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
|
||||
<literal>copytoram</literal>to the <literal>options</literal> field.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue