summary refs log tree commit diff
path: root/nixos/doc/manual/installation
Commit message (Collapse)AuthorAge
* nixos/manual: use system nixpkgs to build pxe imageNikolay Amiantov2022-02-16
| | | | | | | The command in example is expected to be run from nixpkgs checkout, but there's no explanation of this. Let's just use system nixpkgs: most users will have it just working and those who use git checkouts will figure it out.
* [21.11] update README.mdTom Bereknyei2021-11-29
| | | | | | | | [21.11] update upgrading [21.11] update release date run generation
* Add command to switch to rootDzmitry Malyshau2021-10-18
| | | | Installation guide assumed you are root but didn't explain how to get there. And it's not obvious.
* nixos: nixos/doc/manual/installation/installing.xml to CommonMarkBobby Rong2021-09-12
|
* Merge pull request #129154 from bobby285271/pr15Jörg Thalheim2021-09-07
|\ | | | | nixos/doc: convert Chapter 1, 3, 4 to CommonMark
| * nixos: use only URI fragment in manual options linksBobby Rong2021-07-04
| |
| * nixos: nixos/doc/manual/installation/upgrading.xml to CommonMarkBobby Rong2021-07-04
| |
| * nixos: nixos/doc/manual/installation/changing-config.xml to CommonMarkBobby Rong2021-07-04
| |
| * nixos: nixos/doc/manual/installation/obtaining.xml to CommonMarkBobby Rong2021-07-04
| |
* | Merge pull request #129003 from bobby285271/pr10Jörg Thalheim2021-09-07
|\ \ | | | | | | nixos/doc: convert "2.5. Additional installation notes" to CommonMark
| * | nixos: nixos/doc/manual/installation/installing-behind-a-proxy.xml to CommonMarkBobby Rong2021-07-02
| | |
| * | nixos: nixos/doc/manual/installation/installing-from-other-distro.xml to ↵Bobby Rong2021-07-02
| | | | | | | | | | | | CommonMark
| * | nixos: nixos/doc/manual/installation/installing-virtualbox-guest.xml to ↵Bobby Rong2021-07-02
| | | | | | | | | | | | CommonMark
| * | nixos: nixos/doc/manual/installation/installing-pxe.xml to CommonMarkBobby Rong2021-07-02
| | |
| * | nixos: nixos/doc/manual/installation/installing-usb.xml to CommonMarkBobby Rong2021-07-02
| |/
* | nixos/installer: simplify and document wifi setuprnhmjoj2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | The wpa_supplicant service in the NixOS installer is unusable because the control socket is disabled and /etc/wpa_supplicant.conf ignored. The manual currently recommends manually starting the daemon and using wpa_passphrase, but this requires figuring out the interface name, driver and only works for WPA2 personal networks. By enabling the control socket, instead, a user can configure the network via wpa_cli (or wpa_gui in the graphical installer), which support more advanced network configurations.
* | nixos/manual: prompt to set root password has changedRadovan Bast2021-07-04
|/ | | | | | | | | | | | | | | | | The manual mentions in https://nixos.org/manual/nixos/stable/index.html#sec-installation-installing: ``` setting root password... Enter new UNIX password: *** Retype new UNIX password: *** ``` However, in the terminal I got: ``` setting root password... New password: *** Retype new password: *** ```
* nixos/doc/releases: update stable release info to 21.05Jonathan Ringer2021-05-31
|
* Merge pull request #118993 from tomfitzhenry/serial-docSamuel Dionne-Riel2021-05-24
|\ | | | | nixos/manual: document how to install over a serial port
| * nixos/manual: document how to install over a serial portTom Fitzhenry2021-05-24
| | | | | | | | https://github.com/NixOS/nixpkgs/issues/58198
* | nixos-install-tools: initRobert Hensing2021-05-13
|/ | | | | | | | | | | | | The essential commands from the NixOS installer as a package With this package, you get the commands like nixos-generate-config and nixos-install that you would otherwise only find on a NixOS system, such as an installer image. This way, you can install NixOS using a machine that only has Nix. It also includes the manpages, which are important because the commands rely on those for providing --help.
* manual/installation: s/boot.loader.systemd/boot.loader.systemd-bootJade2021-03-15
| | | | The link had the wrong title.
* nixos/manual/virtualbox-guest: Remove mentions of rngdnicoo2021-02-21
|
* nixos/manual: fix typo in virtualbox installation guideSibi Prabakaran2020-12-21
|
* nixos/manual: don't recommend nix-env -iAAlyssa Ross2020-12-01
| | | | | | | We're really setting users up on the wrong path if we tell them to nix-env -iA immediately after installing. Instead, let's just reassure them that installing software will be covered in due course in the manual, to encourage them to keep reading.
* Merge pull request #75615 from FSMaxB/patch-1Doron Behar2020-11-13
|\ | | | | Add note about installing NixOS from distributions with /usr/sbin and…
| * nixos/doc: Add note about /usr/sbin and /sbinMax Bruckner2020-11-13
| | | | | | | | | | An installation from Debian buster may fail without adding /usr/sbin to $PATH because chroot is not in the PATH of a non-root user.
* | README.md: update stable release linksJonathan Ringer2020-10-26
| |
* | Merge pull request #97797 from lf-/fix-redirecting-installer-urlsDoron Behar2020-09-26
|\ \ | | | | | | docs: add -L to remaining curl install commands
| * | docs: add -L to remaining curl install commandslf-2020-09-11
| | |
* | | nixos/doc: Improve code listingsJan Tojnar2020-09-23
| | | | | | | | | | | | By adding prompts and replaceables and removing unnecessary indentation.
* | | Update nixos/doc/manual/installation/installing.xmlWORLDofPEACE2020-09-08
| | | | | | | | | Co-authored-by: Jon <jonringer@users.noreply.github.com>
* | | Update nixos/doc/manual/installation/installing.xmlJörg Thalheim2020-09-06
| | | | | | | | | Co-authored-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
* | | nixos/installer: enable sshd by defaultJörg Thalheim2020-09-06
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now the UX for installing NixOS on a headless system is very bad. To enable sshd without physical steps users have to have either physical access or need to be very knowledge-able to figure out how to modify the installation image by hand to put an `sshd.service` symlink in the right directory in /nix/store. This is in particular a problem on ARM SBCs (single board computer) but also other hardware where network is the only meaningful way to access the hardware. This commit enables sshd by default. This does not give anyone access to the NixOS installer since by default. There is no user with a non-empty password or key. It makes it easy however to add ssh keys to the installation image (usb stick, sd-card on arm boards) by simply mounting it and adding a keys to `/root/.ssh/authorized_keys`. Importantly this should not require nix/nixos on the machine that prepare the installation device and even feasiable on non-linux systems by using ext4 third party drivers. Potential new threats: Since this enables sshd by default a potential bug in openssh could lead to remote code execution. Openssh has a very good track-record over the last 20 years, which makes it far more likely that Linux itself would have a remote code execution vulnerability. It is trusted by millions of servers on many operating systems to be exposed to the internet by default. Co-authored-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
* | nixos/doc: convert loaOf options refs to attrsOfrnhmjoj2020-09-02
| |
* | Merge pull request #88669 from Mic92/hidpiLinus Heckemann2020-07-22
|\ \ | | | | | | nixos/hidpi: Reasonable defaults for high-density displays
| * | nixos/installer: suggest to load v32n instead if i32nJörg Thalheim2020-05-25
| | | | | | | | | | | | v32n has more characters.
* | | netboot: docs: building netboot should specify an arch (#75116)Nathan Fish2020-07-21
| | | | | | | | | | | | Building without specifying an arch attempts to build all, and fails.
* | | Merge pull request #86473 from bachp/virtualbox-vmsvgaJan Tojnar2020-07-05
|\ \ \
| * | | nixos/manual: recommend VMSVGA as graphics adapterPascal Bach2020-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Virtualbox recommends VMSVGA for Linux guests. It is also currently the only one supporting 3D acceleration and it works out of the box with NixOS and auto screen resizing.
* | | | nixos/doc/manual: Fix parted's set subcommand for esp partitionKonrad Förstner2020-07-02
|/ / / | | | | | | | | | | | | | | | | | | With 'set 3 boot on' the error 'file system "/boot" is not a FAT EFI system partition (ESP) file system' occurs when running "nixos-install" during the basic installation (tested in in a VirtualBox VM).
* / / manual: use less weird way of installing nixos toolsLinus Heckemann2020-06-14
|/ /
* | treewide: use https for nixos.org and hydra.nixos.orgPavol Rusnak2020-05-03
| | | | | | | | | | tarballs.nixos.org is omitted from the change because urls from there are always hashed and checked
* | Merge pull request #84476 from jakobrs/installation-cd-base-terminusJörg Thalheim2020-04-29
|\ \
| * | nixos/installer: Add terminus_font to installation_iso_basejakobrs2020-04-15
| | |
* | | Merge pull request #85186 from worldofpeace/20.03-readmeworldofpeace2020-04-20
|\ \ \ | | | | | | | | README.md: 20.03 release
| * | | nixos/manual: 19.09 -> 20.03worldofpeace2020-04-17
| |/ /
* / / specialisation: replace nesting with named configurationsGraham Christensen2020-04-12
|/ / | | | | | | Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
* | services/misc/nixos-manual.nix: RemoveEelco Dolstra2020-03-24
| | | | | | | | | | | | | | | | Running the manual on a TTY is useless in the graphical ISOs and not particularly useful in non-graphical ISOs (since you can also run 'nixos-help'). Fixes #83157.
* | doc: Add documentation for the new option to the Automatic Upgrades sectionDaniel Frank2020-02-08
|/