* Remove cruft. BTW, to build the rescue ISO image:

$ nix-build ./rescue-system.nix -A rescueCD

  Point VMware at ./result/nixos.iso and voila.

svn path=/nixu/trunk/; revision=6927
This commit is contained in:
Eelco Dolstra 2006-11-02 17:58:33 +00:00
parent fff7011066
commit 3336325781

View file

@ -34,7 +34,6 @@ rec {
target = "isolinux/vmlinuz";
}
{ source = initialRamdisk + "/initrd";
#/boot/initrd-2.6.13-15.12-default;
target = "isolinux/initrd";
}
];