nixpkgs/modules/system
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
..
activation * Canonicalize boot.loader.grub.device before calling grub-install to 2011-06-22 18:22:58 +00:00
boot * The Powers That Be have decided that there shall be a /run to 2011-07-16 19:27:45 +00:00
etc * Remove some dead code. 2011-03-31 21:21:55 +00:00
upstart * Added an option `system.upstartEnvironment' to add a variable to all 2011-01-09 22:00:41 +00:00
upstart-events * The Powers That Be have decided that there shall be a /run to 2011-07-16 19:27:45 +00:00