nixpkgs/system
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
..
activate-configuration.sh * The CD is now a true live CD: you can run Nix operations in it 2008-01-30 01:28:56 +00:00
fontdir.nix fontDir compatible with both trunk and (hopefully) stdenv-updates 2008-01-25 13:31:59 +00:00
fonts.nix * Eliminate all calls to config.get. 2007-11-09 18:49:45 +00:00
ids.nix * Upstart job for Nagios (system/network monitoring daemon). 2007-11-12 16:43:35 +00:00
modprobe * Use the aggregator to combine the kernel modules tree with 2008-01-12 23:37:17 +00:00
options.nix * Make nixUnstable the default again. 2008-01-30 01:14:03 +00:00
switch-to-configuration.sh * /var/run/current-system symlinks to the top-level path of the system 2007-03-20 13:01:53 +00:00
system.nix * Use aufs instead of unionfs, it seems to be more stable. 2008-01-29 18:53:15 +00:00
system.sh Added possibility of building multiple configurations by one nixos-rebuild. 2007-12-20 11:36:30 +00:00
users-groups.nix LiveDVD with X and sources made. 2008-01-11 16:59:39 +00:00