Change logs for partman-base source package in Xenial

  • partman-base (187ubuntu2.1) xenial; urgency=medium
    
      * On s390[x], Prevent using extended partitions on DASD drives that can
        only hold 3 partitions. Parted doesn't have special knowledge about
        that and claims that msdos partition table on DASD drives can hold
        usual maximum number of partitions types. LP: #1595495.
    
     -- Dimitri John Ledkov <email address hidden>  Thu, 23 Jun 2016 12:06:00 +0100
  • partman-base (187ubuntu2) xenial; urgency=medium
    
      [ Viktor Mihajlovski ]
      * Add disk label type to device directory, such that
        e.g. partman-partitioning can elect dasd partitioning table for dasd
        drives. LP: #1548411.
    
     -- Dimitri John Ledkov <email address hidden>  Mon, 29 Feb 2016 14:47:30 +0000
  • partman-base (187ubuntu1) wily; urgency=medium
    
      * Resynchronise with Debian.  Remaining changes:
        - Ubiquity integration: If PARTMAN_NO_COMMIT is set, then exit rather
          than running commit.d and finish.d scripts; add a partman-commit
          script; dump extra information to /var/lib/partman/snoop if
          PARTMAN_SNOOP is set; check for per-menu 'no_show_choices' file in
          ask_user and don't reshow the menu if it exists.
        - Don't skip over dmraid devices if the user chooses not to activate
          them.
        - If the only thing mounted on a disk is the installation medium and it
          uses more or less the whole disk, then silently exclude that disk; if
          the installation medium is mounted but doesn't use the whole disk,
          issue a warning that partitioning may be difficult; if anything else
          is mounted, offer to unmount it. partman/filter_mounted=false disables
          this.
        - debian/control: replace harddrive-detection Depends with the specific
          disk-detect version needed (>= 1.95ubuntu4) to support multipath-tools
          0.5.0. There are no other harddrive-detection providers yet anyway.
        - Multipath support:
          - lib/base.sh: is_multipath_part(): Use 'p' (not '-part') as multipath
            disk-partition separator.
          - lib/base.sh: humandev(): Accept spaces in multipath WWID.
          - init.d/parted: part_of_multipath(): Update grep expression for more
            recent output of 'multipath -l'.
          - lib/base.sh: drop the p separator for multipath partitions
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Mon, 10 Aug 2015 11:23:02 -0400