From 6dca2312cec4521c39f03124b51c6ad08f3c034b Mon Sep 17 00:00:00 2001 From: Gwendolyn Quasebarth Date: Fri, 3 Jan 2020 11:30:55 +0100 Subject: [PATCH] nixos-install: add documentation for --channel, --no-channel-copy --- nixos/doc/manual/man-nixos-install.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/nixos/doc/manual/man-nixos-install.xml b/nixos/doc/manual/man-nixos-install.xml index 93082f914bee..0752c397182f 100644 --- a/nixos/doc/manual/man-nixos-install.xml +++ b/nixos/doc/manual/man-nixos-install.xml @@ -55,6 +55,13 @@ path + + + + + channel + + @@ -126,6 +133,12 @@ specified in /mnt/etc/nixos/configuration.nix. + + + It installs the current channel nixos in the target channel + profile (unless is specified). + + It installs the GRUB boot loader on the device specified in the option @@ -202,6 +215,18 @@ + + + + + + + If this option is provided, do not copy the current + nixos channel to the target host. Instead, use the + specified derivation. + + +