summaryrefslogtreecommitdiffstats
path: root/nixos/doc/manual/man-nixos-install.xml
AgeCommit message (Collapse)Author
2018-05-01nixos-install manual: remove --chroot optionLinus Heckemann
This option has been removed from the tool in favour of nixos-enter.
2018-02-27Fix installing the Nixpkgs channel on the installation mediaEelco Dolstra
And test that it got installed correctly.
2016-08-04nixos-install: add options --closure, --no-channel-copy, --no-root-passwd, ↵obadz
and --no-bootloader Closes #17236 nix-build -A tests.installer.simple '<nixos/release.nix>' succeeds ✓
2015-03-11nixos-install: support -j, --cores and --option. Closes #6755Luca Bruno
2015-01-06document options to nixos-install scriptDomen Kožar
2014-05-09nixos-install: Ask the user to set a root passwordEelco Dolstra
This removes the need to have an initially empty root password.
2013-10-13Document nixos-installEelco Dolstra