mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
nixos-install: add documentation for --channel, --no-channel-copy
This commit is contained in:
parent
72d4651b59
commit
6dca2312ce
1 changed files with 25 additions and 0 deletions
|
@ -55,6 +55,13 @@
|
||||||
<replaceable>path</replaceable>
|
<replaceable>path</replaceable>
|
||||||
</arg>
|
</arg>
|
||||||
|
|
||||||
|
<arg>
|
||||||
|
<arg choice='plain'>
|
||||||
|
<option>--channel</option>
|
||||||
|
</arg>
|
||||||
|
<replaceable>channel</replaceable>
|
||||||
|
</arg>
|
||||||
|
|
||||||
<arg>
|
<arg>
|
||||||
<arg choice='plain'>
|
<arg choice='plain'>
|
||||||
<option>--no-channel-copy</option>
|
<option>--no-channel-copy</option>
|
||||||
|
@ -126,6 +133,12 @@
|
||||||
specified in <filename>/mnt/etc/nixos/configuration.nix</filename>.
|
specified in <filename>/mnt/etc/nixos/configuration.nix</filename>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
It installs the current channel <quote>nixos</quote> in the target channel
|
||||||
|
profile (unless <option>--no-channel-copy</option> is specified).
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
It installs the GRUB boot loader on the device specified in the option
|
It installs the GRUB boot loader on the device specified in the option
|
||||||
|
@ -202,6 +215,18 @@
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>
|
||||||
|
<option>--channel</option>
|
||||||
|
</term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
If this option is provided, do not copy the current
|
||||||
|
<quote>nixos</quote> channel to the target host. Instead, use the
|
||||||
|
specified derivation.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
<option>-I</option>
|
<option>-I</option>
|
||||||
|
|
Loading…
Reference in a new issue