nixpkgs/configuration
Eelco Dolstra bb1ee3f190 * boot.kernel renamed to boot.kernelPackages (see the help for a
description) to allow all kernel-related packages to be overriden
  easily.  For instance, you can now say in configuration.nix

    boot = {
      kernelPackages = pkgs: pkgs.kernelPackages_2_6_25;
    };

  to use Linux 2.6.25.x.  Externel kernel module packages (like
  the NVIDIA drivers) appropriate for this kernel will then be used
  automatically.

svn path=/nixos/trunk/; revision=11880
2008-05-22 11:59:46 +00:00
..
examples Added closed-install example of configurable Live DVD. Tested: virtual network of two QEmu-s, one is booted from that LiveDVD, another executes one scripted process and forces first to install NixOS. 2008-05-12 07:12:18 +00:00
remote-install-scripts Added scripts used for remote installation 2008-05-12 07:23:55 +00:00
closed-install.nix Added closed-install example of configurable Live DVD. Tested: virtual network of two QEmu-s, one is booted from that LiveDVD, another executes one scripted process and forces first to install NixOS. 2008-05-12 07:12:18 +00:00
live-dvd-X-medium.nix module_aggregation renamed.. 2008-05-08 16:34:50 +00:00
live-dvd-X-no-soft.nix module_aggregation renamed.. 2008-05-08 16:34:50 +00:00
live-dvd-X.nix module_aggregation renamed.. 2008-05-08 16:34:50 +00:00
live-dvd.nix module_aggregation renamed.. 2008-05-08 16:34:50 +00:00
moduleList.nix Moved module list in a separat eexpression for easier maintenance 2008-02-28 12:10:05 +00:00
rescue-cd-closed.nix Corrections to make-iso9660-image.sh for bigger path lists. 2008-01-15 15:39:34 +00:00
rescue-cd-configurable.nix Added closed-install example of configurable Live DVD. Tested: virtual network of two QEmu-s, one is booted from that LiveDVD, another executes one scripted process and forces first to install NixOS. 2008-05-12 07:12:18 +00:00
rescue-cd-minimal.nix Made small bootable (qemu-tested) CD with rescue-cd-configurable.nix ; strangely enough it includes stdenv though. 2008-01-09 08:51:25 +00:00
rescue-cd-offline.nix Tried to do offline install CD, not DVD. Failure, but some parts could be useful. 2008-01-22 17:55:57 +00:00
rescue-cd-replacement.nix Let us have ddrescue on rescue disks. Like umbrella. Having it reduces chances of its use - and this is very good. 2008-03-28 12:01:59 +00:00
rescue-cd.nix * boot.kernel renamed to boot.kernelPackages (see the help for a 2008-05-22 11:59:46 +00:00