~ubuntu-branches/ubuntu/karmic/mountall/karmic

Viewing all changes in revision 9.

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant, Steve Langasek, Robert Gerlach, Johan Kiviniemi, Scott James Remnant
  • Date: 2009-10-13 02:17:47 UTC
  • mfrom: (0.1.108 mountall)
  • Revision ID: james.westby@ubuntu.com-20091013021747-x9pmr38bz3i9outh
Tags: 0.2.2
[ Steve Langasek ]
* Don't emit the local-filesystem signal until after virtual filesystems
  are also done mounting.  LP: #448981.

[ Robert Gerlach ]
* Fix segfault when root filesystem missing from fstab, or listed
  as /dev/root.  LP: #448323.

[ Johan Kiviniemi ]
* Don’t queue filesystem check when either device or type is "none".

[ Scott James Remnant ]
* Removed /srv from the list of "essential" mountpoints.  LP: #448267.
* Allow overriding of the above list by using the "bootwait" and
  "nobootwait" fstab options, e.g.

  LABEL=foo /home ext4 nobootwait 0 0

* Mount /proc before attempting to parse /proc/filesystems.  LP: #447947.
* Further improvements to event tagging of filesystems.  A virtual bootwait
  filesystem underneath a local or remote filesystem inherits that tag,
  a local bootwait filesystem underneath a remote filesystem inherits that
  tag, remote filesystems do not inherit them.  LP: #447654.

* Replace previous hardcoded "arch specific" flag for /spu with an
  "optional" fstab mount option.
* Made binfmt_misc,fusectl, debugfs, securityfs and /lib/init/rw optional
  as well.
* Check whether the mountpoint of optional fstab entries exists before
  trying to mount, and skip over that if it doesn't.  LP: #447525.

* Keep /proc/self/mountinfo open, if it changes while we're running,
  update the knowledge of the mount table and what's mounted.  That
  way if something else mounts it while mountall running, you'll still
  get events and mountall will still exit.
* Try mounts again if another network device comes up while we were
  waiting.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: