Commit Graph

10 Commits

Author SHA1 Message Date
Eelco Dolstra
995a44a897 * Fix a race condition in mountall: the USR1 signal handler must be
installed before we daemonise, otherwise another job might send 
  USR1 to mountall before the handler is installed, killing it.

svn path=/nixpkgs/trunk/; revision=33289
2012-03-20 10:25:11 +00:00
Eelco Dolstra
42b97b78b0 * Mountall updated to 2.35.
svn path=/nixpkgs/trunk/; revision=33287
2012-03-20 10:00:04 +00:00
Eelco Dolstra
174886639c * Updated libnih and mountall.
svn path=/nixpkgs/branches/kde-4.7/; revision=27927
2011-07-24 23:44:15 +00:00
Lluís Batlle i Rossell
2c5de61327 Updating from trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23840
2010-09-17 19:10:21 +00:00
Eelco Dolstra
5e19006c1e * Add mountall to the channel.
svn path=/nixpkgs/trunk/; revision=23523
2010-08-29 20:50:38 +00:00
Lluís Batlle i Rossell
5557a869a0 Making mountall build on mips.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23494
2010-08-29 09:59:52 +00:00
Lluís Batlle i Rossell
cdbe8d495c Fixing mountall build after updating some gnu tools (autoconf and friends)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23375
2010-08-23 19:56:39 +00:00
Eelco Dolstra
84b56ade89 * Respect the "nobootwait" mount option for filesystems under /var and
/usr.

svn path=/nixpkgs/trunk/; revision=22510
2010-07-07 13:08:44 +00:00
Eelco Dolstra
9d33e71fc4 * Emit a "mount-failed" event if a filesystem cannot be mounted or
fscked.

svn path=/nixpkgs/trunk/; revision=22164
2010-06-07 12:14:47 +00:00
Eelco Dolstra
240305fab4 * Added mountall. This is an Ubuntu utility that mounts filesystems
as they become available (as determined by monitoring udev) and
  emits Upstart events to inform other jobs that the filesystems are
  mounted.  This is very useful for NixOS (which currently ignores
  filesystems in the job dependency chain - very bad).

  Unfortunately, mountall depends on Plymouth (a boot splash
  implementation).  The patch allows mountall to build without
  Plymouth.  Since Plymouth is also used to inform users about failing
  mounts and get responses, some more changes will be needed.
  Probably mountall should emit a "mount-failed" event to trigger a
  root shell on the console to allow the user to repair the problem.

svn path=/nixpkgs/trunk/; revision=22143
2010-06-04 13:43:53 +00:00