nixpkgs/modules/system/boot
Eelco Dolstra 6c9059e717 * Added an option `boot.initrd.availableKernelModules' that specifies
modules that should be added to the initrd, but should only be
  loaded on demand (e.g. by the kernel or by udev).  This is
  especially useful in the installation CD, where we now only load the
  modules needed by the hardware.
* Enable automatic modprobing by udev in the initrd.

svn path=/nixos/trunk/; revision=18975
2009-12-15 16:38:20 +00:00
..
kernel.nix * Added an option `boot.initrd.availableKernelModules' that specifies 2009-12-15 16:38:20 +00:00
modprobe.nix svn path=/nixos/trunk/; revision=18860 2009-12-09 19:35:59 +00:00
stage-1-init.sh * Added an option `boot.initrd.availableKernelModules' that specifies 2009-12-15 16:38:20 +00:00
stage-1.nix * Added an option `boot.initrd.availableKernelModules' that specifies 2009-12-15 16:38:20 +00:00
stage-2-init.sh * /var/run/safemode isn't used anywhere. 2009-11-07 15:24:59 +00:00
stage-2.nix * Provide a convience option for commands that must be executed both 2009-11-15 12:56:40 +00:00