From 93029d3c4f1f410f9e44879aaf107dcc6ac8cf7f Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Sat, 25 Sep 2010 22:29:58 +0000 Subject: [PATCH] Update installation instructions. svn path=/nixos/trunk/; revision=23925 --- doc/manual/installation.xml | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/doc/manual/installation.xml b/doc/manual/installation.xml index f9b670ef6e69..09f97b235b70 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 = "/";