Change logs for partman-basicfilesystems source package in Precise

  • partman-basicfilesystems (71ubuntu3.4) precise; urgency=low
    
      * Make nodiratime and discard mount options translatable (closes: #725371,
        LP: #978032).
    
    partman-basicfilesystems (71ubuntu3.3) precise; urgency=low
    
      * Add nodiratime option for ext2, and noatime, nodiratime, relatime, and
        discard options for fat16 and fat32 (see #722598; LP: #978032).
    
    partman-basicfilesystems (71ubuntu3.2) precise; urgency=low
    
      * Always use mkfs.ext2 to create ext2 filesystems, since libparted's ext2
        code is deprecated and can't handle large sector sizes (LP: #1215458).
     -- Colin Watson <email address hidden>   Fri, 29 Nov 2013 12:08:27 +0000
  • partman-basicfilesystems (71ubuntu3.3) precise; urgency=low
    
      * Add nodiratime option for ext2, and noatime, nodiratime, relatime, and
        discard options for fat16 and fat32 (see #722598; LP: #978032).
    
    partman-basicfilesystems (71ubuntu3.2) precise; urgency=low
    
      * Always use mkfs.ext2 to create ext2 filesystems, since libparted's ext2
        code is deprecated and can't handle large sector sizes (LP: #1215458).
     -- Colin Watson <email address hidden>   Tue, 01 Oct 2013 10:54:50 +0100
  • partman-basicfilesystems (71ubuntu3.2) precise; urgency=low
    
      * Always use mkfs.ext2 to create ext2 filesystems, since libparted's ext2
        code is deprecated and can't handle large sector sizes (LP: #1215458).
     -- Colin Watson <email address hidden>   Thu, 12 Sep 2013 13:32:09 +0100
  • partman-basicfilesystems (71ubuntu3.1) precise; urgency=low
    
      * Use mkdosfs to create FAT filesystems, since libparted cannot handle
        doing that on non-512-sector disks (LP: #1065281).
     -- Colin Watson <email address hidden>   Wed, 23 Jan 2013 12:53:16 +0000
  • partman-basicfilesystems (71ubuntu3) precise; urgency=low
    
      * Disable existing swap partitions before formatting them (LP: #905628).
     -- Colin Watson <email address hidden>   Tue, 20 Dec 2011 14:18:01 +0000
  • partman-basicfilesystems (71ubuntu2) precise; urgency=low
    
      * Stop using libparted to format swap partitions.  parted 3.0 doesn't
        support this anyway, and I'm guessing that this may be the cause of
        blkid sometimes not recognising the swap partition during installation
        (LP: #709363).
     -- Colin Watson <email address hidden>   Thu, 15 Dec 2011 18:00:08 +0000
  • partman-basicfilesystems (71ubuntu1) oneiric; urgency=low
    
      * Resynchronise with Debian.  Remaining changes:
        - If partman/automount is preseeded to true, automatically mount
          partitions with usefully-mountable filesystems on subdirectories of
          /media.
        - Add minimal support for NTFS partitions using ntfs-3g.
        - Mount FAT filesystems at boot (fstab pass 1).
        - Mount FAT (other than EFI System Partitions) and NTFS with
          umask=007,gid=46 (static group plugdev).
        - When formatting over the top of an existing swap partition, preserve
          its UUID to avoid leaving systems that use UUIDs in /etc/fstab without
          swap.
        - mount.d/basic: Close mount's fd 3 so that it doesn't inherit a debconf
          file descriptor, to prevent log-output hanging when ntfs-3g is in use.
        - Special case loopmounted filesystems as it's safer to format the
          underlying file, not the device.
        - Allow armel/omap to use FAT for /boot, since the problems with it can
          be worked around while it's difficult to use anything else given uboot
          limitations.
    
    partman-basicfilesystems (71) unstable; urgency=low
    
      [ Colin Watson ]
      * Merge from Ubuntu:
        - Stop checking ext2 filesystems using libparted, since it can't deal
          with those created with recent versions of mke2fs (LP: #517349).  We
          were already refraining from checking ext3 and ext4 filesystems using
          libparted for the same reason.
    
      [ Samuel Thibault ]
      * Fix mounting filesystems at reboot on hurd-i386.
    
      [ Wouter Verhelst ]
      * Allow device types to specify mount options, too. This is so that
        NBD can specify _netdev, which it needs to do in order for things to
        work correctly.
     -- Colin Watson <email address hidden>   Sat, 23 Jul 2011 17:11:47 +0100