nixpkgs/modules/system/boot
Eelco Dolstra dff372db3c * Fix evaluation of the luksroot module when luksRoot == null. The
problem is that configuration values below a mkIf are evaluated
  strictly even if the condition is false.  Thus "${luksRoot}" causes
  an evaluation error.  As a workaround, use the empty string instead
  of `null' as the default value.  However, we should really fix the
  laziness of mkIf.  It's likely that NixOS evaluation would be much
  faster if it didn't have to evaluate disabled configuration values.

svn path=/nixos/trunk/; revision=24477
2010-10-25 22:21:51 +00:00
..
kernel.nix * Add ext4 to the default initrd. 2010-08-10 10:12:18 +00:00
luksroot.nix * Fix evaluation of the luksroot module when luksRoot == null. The 2010-10-25 22:21:51 +00:00
modprobe.nix Some cleanups in the activation script: 2010-09-13 15:41:38 +00:00
stage-1-init.sh Move resume section after udev launch - on some systems devices are recognized by kernel only after udev works. 2010-08-14 20:12:05 +00:00
stage-1.nix svn path=/nixos/trunk/; revision=23727 2010-09-10 15:25:58 +00:00
stage-2-init.sh * Substitute the path of the system derivation directly in the stage 2 2010-09-13 22:10:25 +00:00
stage-2.nix * In the activation script, don't require the path to the "system" 2010-09-13 18:19:15 +00:00