lp:ubuntu/quantal-proposed/partman-basicfilesystems

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/quantal-proposed/partman-basicfilesystems
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

46. By Colin Watson

Use mkdosfs to create FAT filesystems, since libparted cannot handle
doing that on non-512-sector disks (LP: #1065281).

45. By Colin Watson

* 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.
  - Stop using libparted to format swap partitions.
  - Disable existing swap partitions before formatting them.

44. By Colin Watson

Disable existing swap partitions before formatting them (LP: #905628).

43. By Colin Watson

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).

42. By Colin Watson

* 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.

41. By Colin Watson

* 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.
  - Stop checking ext2 filesystems using libparted, since it can't deal
    with those created with recent versions of mke2fs. We were already
    refraining from checking ext3 and ext4 filesystems using libparted for
    the same reason.
  - 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.

40. By Colin Watson

* 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.
  - Stop checking ext2 filesystems using libparted, since it can't deal
    with those created with recent versions of mke2fs. We were already
    refraining from checking ext3 and ext4 filesystems using libparted for
    the same reason.
  - 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.

39. By Colin Watson

* 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.
  - Stop checking ext2 filesystems using libparted, since it can't deal
    with those created with recent versions of mke2fs. We were already
    refraining from checking ext3 and ext4 filesystems using libparted for
    the same reason.
  - 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.

38. By Colin Watson

* 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.
  - Stop checking ext2 filesystems using libparted, since it can't deal
    with those created with recent versions of mke2fs. We were already
    refraining from checking ext3 and ext4 filesystems using libparted for
    the same reason.
  - 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.

37. By Colin Watson

Revert changes in 63ubuntu6, since method=efi filesystems don't have an
acting_filesystem. Responsibility for mounting /boot/efi now lies with
partman-efi.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/raring/partman-basicfilesystems
This branch contains Public information 
Everyone can see this information.

Subscribers