* Better instructions.

svn path=/nixos/trunk/; revision=7844
This commit is contained in:
Eelco Dolstra 2007-02-05 15:20:39 +00:00
parent 4b7e9b5401
commit 82067ff5bd
2 changed files with 4 additions and 3 deletions

3
README
View File

@ -131,8 +131,9 @@ To get out of maintenance mode:
- Testing the installer:
$ nix-build configuration/rescue-cd.nix -A system.nixosInstaller
$ dd if=/dev/zero of=diskimage seek=2G count=0 bs=1
$ yes | mke2fs -j diskimage
$ mount -o loop diskimage /mnt
$ nixos-installer /mnt /etc/nixos/nixos/ /etc/nixos/configuration.nix
$ ./result/bin/nixos-installer /mnt /etc/nixos/nixos/ /etc/nixos/configuration.nix

View File

@ -1,7 +1,7 @@
rec {
nixpkgsRel = "nixpkgs-0.11pre7785";
nixpkgsRel = "nixpkgs-0.11pre7834";
configuration = {
@ -106,7 +106,7 @@ rec {
# Get a recent copy of Nixpkgs.
nixpkgsTarball = pkgs.fetchurl {
url = configuration.installer.nixpkgsURL + "/" + nixpkgsRel + ".tar.bz2";
md5 = "0f554f092d94cc2cb7fe1e5c09f26adc";
md5 = "844df61d5a1d02ca7de7af691a6279b5";
};