diff --git a/doc/manual/installation.xml b/doc/manual/installation.xml
index f9b670ef6e6..09f97b235b7 100644
--- a/doc/manual/installation.xml
+++ b/doc/manual/installation.xml
@@ -42,19 +42,10 @@ $ nix-channel --update
as
nixpkgs.
- In the directory nixos, make a
- symbolic link pkgs to the pkgs
- directory of the Nixpkgs tree, e.g.,
-
-
-$ ln -s nixpkgs/pkgs nixos/
-
-
-
Build the ISO image:
-$ nix-build configuration/rescue-cd.nix -A rescueCD
+$ nix-build ./nixos/release.nix -A iso_minimal.iso
If everything goes well, you’ll end up with an ISO image in
./result/iso/nixos-version-platform.iso
@@ -62,7 +53,7 @@ $ nix-build configuration/rescue-cd.nix -A rescueCD
your favourite virtual machine software.
-
+
@@ -88,8 +79,8 @@ $ nix-build configuration/rescue-cd.nix -A rescueCD
server on your network. Otherwise configure
manually.
- The NixOS manual is available on virtual console 7
- (press Alt+F7 to access).
+ The NixOS manual is available on virtual console 8
+ (press Alt+F8 to access).Login as root, empty
password.
@@ -280,7 +271,8 @@ $ reboot
{
boot.initrd.kernelModules = [ "ata_piix" ];
- boot.grubDevice = "/dev/sda";
+ boot.loader.grub.enable = true;
+ boot.loader.grub.device = "/dev/sda";
fileSystems = [
{ mountPoint = "/";