nixpkgs/modules
Eelco Dolstra dbadf6e9c2 * Use mountall to mount all filesystems and activate all swap devices
during boot.  Mountall ensures that these are done in the right
  order.  It's informed by udev about devices becoming available.  It
  emits some Upstart events upon reaching certain states, in
  particular ‘local-filesystems’ after all local filesystems have been
  mounted successfully, ‘remote-filesystems’ after all network
  filesystems have been mounted, and ‘filesystem’ (sic) when all
  filesystems have been mounted.

  Currently, if a filesystem fails to mount or doesn't exist, then the
  mingettys won't start and the boot will appear to hang.  This is
  because mountall doesn't emit an event for failing filesystems and
  waits indefinitely for the filesystems to become available.

* The ‘filesystems’ and ‘swap’ Upstart jobs are gone.  (Support for
  encrypted swap devices is temporarily gone.)
  
* Generate a proper /etc/fstab from the ‘fileSystems’ and
  ‘swapDevices’ options.

svn path=/nixos/branches/boot-order/; revision=22148
2010-06-04 14:22:11 +00:00
..
config svn path=/nixos/trunk/; revision=22111 2010-06-02 23:02:09 +00:00
hardware Adding support for the rt73 usb wifi nic firmware loading. 2009-09-18 20:49:12 +00:00
installer * Seems that we don't need the aufs2 mount helper. 2010-05-28 09:35:24 +00:00
misc Adding the Tor service 2010-05-16 16:20:00 +00:00
programs * Rename the pwdutils' module to shadow'. 2010-06-02 21:16:27 +00:00
security * Use the shadow' package instead of pwdutils', `pam_login' and 2010-06-02 21:10:48 +00:00
services * Use mountall to mount all filesystems and activate all swap devices 2010-06-04 14:22:11 +00:00
system * Use the shadow' package instead of pwdutils', `pam_login' and 2010-06-02 21:10:48 +00:00
tasks * Use mountall to mount all filesystems and activate all swap devices 2010-06-04 14:22:11 +00:00
testing * In the NixOS tests, send syslog messages to the serial port (so that 2010-03-09 13:31:20 +00:00
virtualisation * Don't use klibc in the initrd. It's simpler (and slightly smaller) 2010-06-01 15:53:24 +00:00
module-list.nix * Rename the pwdutils' module to shadow'. 2010-06-02 21:16:27 +00:00
rename.nix * Improve obsolete/deprecated option warnings. 2010-05-07 15:14:50 +00:00