nixpkgs/modules/system/boot
Eelco Dolstra 573877c1ac * Use boot.kernelModules everywhere instead of explicit calls to
modprobe.
* Move the implementation of boot.kernelModules from the udev job to
  the activation script.  This prevents races with the udev job.
* Drop references to the "capability" kernel module, which no longer
  exists.

svn path=/nixos/trunk/; revision=33208
2012-03-17 17:26:17 +00:00
..
kernel.nix * Modularize filesystem support. Filesystems such as btrfs and 2012-03-09 14:37:58 +00:00
luksroot.nix If enabling luks on initrd, also adding cryptsetup to system packages. I think it's useful. 2012-03-08 20:49:26 +00:00
modprobe.nix * Use boot.kernelModules everywhere instead of explicit calls to 2012-03-17 17:26:17 +00:00
stage-1-extratools.nix Disabling the initrd extra tools by default, until further review. 2012-03-11 22:28:31 +00:00
stage-1-init.sh Adding /dev/tty to the stage1, so 'more' and 'less' now page well. 2012-03-11 23:04:29 +00:00
stage-1.nix Adding /etc/mdadm.conf, with the contents supplied at boot.initrd.mdadmConf. 2012-03-13 13:26:21 +00:00
stage-2-init.sh Making the stage2 interpreter bash non-interactive, while keeping the 2012-03-11 22:43:37 +00:00
stage-2.nix Making the stage2 interpreter bash non-interactive, while keeping the 2012-03-11 22:43:37 +00:00