1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/modules/tasks
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
..
filesystems.nix * Use mountall to mount all filesystems and activate all swap devices 2010-06-04 14:22:11 +00:00
kbd.nix * Don't do "kbd_mode -u" because it kicks the X server out of raw 2010-04-20 14:35:12 +00:00
lvm.nix * --mknodes is no longer needed (in fact it might interfere with 2010-01-10 20:07:23 +00:00
network-interfaces.nix * Revert an unintended commit. 2010-06-04 14:00:56 +00:00
swap.nix * Use mountall to mount all filesystems and activate all swap devices 2010-06-04 14:22:11 +00:00
swraid.nix * Activate software RAID devices from udev. This makes the swraid 2010-05-16 20:40:04 +00:00
tty-backgrounds-combine.sh * tty-backgrounds: don't do a setcfg action on the console if the 2010-06-01 18:30:17 +00:00
tty-backgrounds.nix * Don't stop tty-backgrounds during shutdown. 2010-06-02 16:04:30 +00:00