nixpkgs/installer
Eelco Dolstra 9fd5d70968 * The CD is now a true live CD: you can run Nix operations in it
thanks to unionfs.  For instance, nix-env and nixos-rebuild work.
  The tricky part was to build a Nix database (in the tmpfs/unionfs)
  which is now necessary to prevent store paths on the CD from being
  deleted right away because they otherwise wouldn't be valid.
  
* nixos-install: use the /etc/nixos/configuration.nix from the target
  file system (don't copy it anymore).  Since the user is supposed to
  mount the target file system on /mnt anyway, we may as well require
  that configuration.nix is placed in /mnt/etc/nixos.  This also makes
  upgrading / reinstalling much easier, since it will automatically
  use the right configuration.nix.

svn path=/nixos/trunk/; revision=10399
2008-01-30 01:28:56 +00:00
..
grub-menu-builder.sh 'As GRUB limit on x86 is probably 191 entries, make sure we don't get more than 190 (one for safety)' 2008-01-10 12:28:01 +00:00
nixos-checkout.nix * Provide a script "nixos-checkout" to replace the NixOS/Nixpkgs 2007-02-06 14:13:12 +00:00
nixos-checkout.sh * The CD is now a true live CD: you can run Nix operations in it 2008-01-30 01:28:56 +00:00
nixos-hardware-scan.sh * A program for generating the hardware-specific bits of 2008-01-18 16:17:48 +00:00
nixos-install.nix * Merge the test and upgrade scripts into a program "nixos-rebuild" 2007-02-06 13:09:25 +00:00
nixos-install.sh * The CD is now a true live CD: you can run Nix operations in it 2008-01-30 01:28:56 +00:00
nixos-rebuild.nix * Provide a script "nixos-checkout" to replace the NixOS/Nixpkgs 2007-02-06 14:13:12 +00:00
nixos-rebuild.sh * If building nixFallback fails, use nixUnstable from Nixpkgs as 2008-01-02 15:30:31 +00:00