Change logs for mountall source package in Raring

  • mountall (2.48build1) raring; urgency=low
    
      * No-change rebuild against libudev1
     -- Martin Pitt <email address hidden>   Wed, 13 Mar 2013 07:02:07 +0000
  • mountall (2.48) unstable; urgency=low
    
    
      [ Steve Langasek ]
      * Make sure we don't show the error message claiming a device is not
        ready when we're actually already handling it but are just waiting for
        related upstart jobs that are blocking the mount to finish.
        LP: #1091792.
    
      [ Stéphane Graber ]
      * Mount a tmpfs on /sys/fs/cgroup if it exists.
    
     -- Steve Langasek <email address hidden>  Sat, 09 Mar 2013 00:36:22 +0000
  • mountall (2.47) unstable; urgency=low
    
    
      [ Dave Chiluk ]
      * Adjust parsing of options so mountall doesn't strip options that are
        substrings of these strings (showthrough, optional, bootwait, nobootwait
        or timeout). This fixes the issue where timeo was getting stripped from
        nfs mounts. LP: #1041377.
    
      [ Steve Langasek ]
      * Ensure callbacks are called directly when running with --no-events,
        otherwise the "event" handling of the non-events never finishes and
        mountall hangs.  LP: #1099349.
    
     -- Steve Langasek <email address hidden>  Mon, 14 Jan 2013 16:37:36 -0800
  • mountall (2.46) unstable; urgency=low
    
    
      * Fix a further remaining issue from 2.41: by fixing the missing 'mounted'
        events in 2.43, we have again introduced a case where mountall may block
        waiting for 'mounted MOUNTPOINT=/' to return before handling 'mounted
        MOUNTPOINT=/run' and emitting virtual-filesystems, thus causing
        dependency loops and long boot timeouts.  LP: #1078926.
    
     -- Steve Langasek <email address hidden>  Mon, 03 Dec 2012 23:44:16 +0000
  • mountall (2.45) unstable; urgency=low
    
    
      [ Serge Hallyn ]
      * mounted-dev.conf: leave consoles alone in a lxc or libvirt container
        (LP: #1075717)
    
     -- Steve Langasek <email address hidden>  Wed, 28 Nov 2012 22:07:18 -0800
  • mountall (2.44) unstable; urgency=low
    
    
      * conf/{checkfs,checkroot-bootclean,checkroot,mountall-bootclean}.sh.conf,
        conf/{mountnfs-bootclean,mtab,bootmisc}.sh.conf: additional null jobs
        for compatibility with pre-existing sysvinit script names, so that the
        sysvinit scripts aren't run.  This speeds up the boot, improves
        compatibility with insserv, and guards against e.g.,
        mountall-bootclean.sh running after /run is already in use by ifupdown.
    
     -- Steve Langasek <email address hidden>  Fri, 16 Nov 2012 01:05:31 +0000
  • mountall (2.43) unstable; urgency=low
    
    
      * Fix a regression introduced in 2.41: parse_mountinfo() doesn't 
        generate a mounted event for a filesystem whose canonicalized
        mountpoint doesn't match the mountpoint specified in /etc/fstab.  So
        we still need to call mounted() explicitly for this case.  LP: #1059471.
    
     -- Steve Langasek <email address hidden>  Tue, 06 Nov 2012 01:03:12 -0800
  • mountall (2.42) unstable; urgency=low
    
    
      [ Andy Whitcroft ]
      * Add support for mounting the efivars filesystem onto
        /sys/firmware/efi/efivars.  LP: #1063061.
    
      [ Steve Langasek ]
      * mount events now happen so much in parallel that /etc/mtab may not get
        updated due to races between 'mounted' events.  Explicitly track the
        list of mounts that are in need of fake-remounting and make sure mount -f
        gets called for them if they missed the boat. LP: #1060296
    
     -- Steve Langasek <email address hidden>  Tue, 09 Oct 2012 12:32:56 -0700