nixpkgs/modules/system/boot
Eelco Dolstra 14636ba057 * The Powers That Be have decided that there shall be a /run to
replace /var/run and /var/lock.  For instance, udev now keeps state
  in /run/udev instead of /dev/.udev.  See

    http://lists.fedoraproject.org/pipermail/devel/2011-March/150031.html
    http://bugs.freestandards.org/show_bug.cgi?id=718

  So this patch creates /run as a tmpfs, and symlinks /var/run to /run
  and /var/lock to /run/lock.

  TODO: create /run in stage 1 and propagate it to stage 2.    

svn path=/nixos/trunk/; revision=27803
2011-07-16 19:27:45 +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 * "stage1panic" -> "stage1panic=1" to get rid of a harmless warning. 2011-04-08 14:42:35 +00:00
stage-1.nix * Partially revert r25991 because it depends on the x-updates branch. 2011-02-16 16:48:34 +00:00
stage-2-init.sh * The Powers That Be have decided that there shall be a /run to 2011-07-16 19:27:45 +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