summary refs log tree commit diff
path: root/nixos/doc/manual/man-nixos-install.xml
Commit message (Collapse)AuthorAge
* nixos-install: 'nix build' -> nix-buildEelco Dolstra2020-05-07
| | | | | | 'nix build' is an experimental command so we shouldn't use it yet. (nixos-rebuild also uses 'nix', but only when using flakes, which are themselves an experimental feature.)
* nixos/docs: Fix nixos-install --system commandSilvan Mosberger2020-01-15
|
* nixos-install: add documentation for --channel, --no-channel-copyGwendolyn Quasebarth2020-01-03
|
* nixos/nixos-installer: add flags for verbosity and build logsMaximilian Bosch2019-12-22
| | | | | | | | | When installing a fresh NixOS system it occasionally happens that you encounter issues that are rather hard to track down since `nixos-install(8)` doesn't provide any debugging flags. This patch adds `-L` to force `nix build` to display the build-log on stderr and `-v` to increase the log-level of Nix.
* nixos/doc: fix manpage formatAlbert Safin2019-10-05
| | | | | | Spaces inside <refname> cause stray double underscore in generated manual pages. Fixes #70468
* Revert "nixos/doc: re-format"Eelco Dolstra2019-09-19
| | | | | This reverts commit ea6e8775bd69e4676c623a85c39f1da540d29ad1. The new format is not an improvement.
* nixos/doc: re-formatJan Tojnar2019-09-18
|
* doc: Use prompt more oftenJan Tojnar2019-06-17
|
* nixos/doc+man: Fixes squishedtogether definitions.Samuel Dionne-Riel2018-05-31
|
* nixos/doc: ran `make format`Samuel Dionne-Riel2018-05-31
| | | | With visual inspection that nothing got worse.
* nixos docs: format =)Graham Christensen2018-05-01
|
* nixos-install manual: remove --chroot optionLinus Heckemann2018-05-01
| | | | This option has been removed from the tool in favour of nixos-enter.
* Fix installing the Nixpkgs channel on the installation mediaEelco Dolstra2018-02-27
| | | | And test that it got installed correctly.
* nixos-install: add options --closure, --no-channel-copy, --no-root-passwd, ↵obadz2016-08-04
| | | | | | | | and --no-bootloader Closes #17236 nix-build -A tests.installer.simple '<nixos/release.nix>' succeeds ✓
* nixos-install: support -j, --cores and --option. Closes #6755Luca Bruno2015-03-11
|
* document options to nixos-install scriptDomen Kožar2015-01-06
|
* nixos-install: Ask the user to set a root passwordEelco Dolstra2014-05-09
| | | | This removes the need to have an initially empty root password.
* Document nixos-installEelco Dolstra2013-10-13