Change log for partman-base package in Ubuntu

175 of 146 results
Deleted in hirsute-release (Reason: LP: #1923833, removal of udeb/installer packages)
Obsolete in groovy-release
Superseded in groovy-release
Published in focal-release
Obsolete in eoan-release
Deleted in eoan-proposed (Reason: moved to Release)
partman-base (206ubuntu6) eoan; urgency=medium

  * init.d/parted: even if parsing partitions fails, ensure that the block
    device that has /cdrom mounted is marked as
    installation_medium. Unless of course partman/filter_mounted is
    preseeded to false. Currently our isos are built such that partman
    fails to detect partititions, but blkid/sfdisk/kernel can. LP:
    #1847944

 -- Dimitri John Ledkov <email address hidden>  Mon, 14 Oct 2019 12:26:06 +0100

Available diffs

Published in bionic-updates
Deleted in bionic-proposed (Reason: moved to -updates)
partman-base (192ubuntu1.2) bionic; urgency=medium

  * Move superblock wiping code from command_new_label to command_commit, as
    the disk is not supposed to be written to until the latter is called.

Available diffs

Obsolete in disco-updates
Deleted in disco-proposed (Reason: moved to -updates)
partman-base (206ubuntu1.2) disco; urgency=medium

  * Move superblock wiping code from command_new_label to command_commit, as
    the disk is not supposed to be written to until the latter is called.

Available diffs

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
partman-base (206ubuntu5) eoan; urgency=medium

  * Move superblock wiping code from command_new_label to command_commit, as
    the disk is not supposed to be written to until the latter is called.

 -- Michael Hudson-Doyle <email address hidden>  Tue, 06 Aug 2019 12:04:16 +1200

Available diffs

Superseded in disco-proposed
partman-base (206ubuntu1.1) disco; urgency=medium

  * parted_server.c: Wipe all known superblocks from device in
    command_new_label. (LP: #1828558)

 -- Michael Hudson-Doyle <email address hidden>  Tue, 30 Jul 2019 10:18:37 +1200

Available diffs

Superseded in bionic-proposed
partman-base (192ubuntu1.1) bionic; urgency=medium

  * parted_server.c: Wipe all known superblocks from device in
    command_new_label. (LP: #1828558)

 -- Michael Hudson-Doyle <email address hidden>  Tue, 30 Jul 2019 10:18:37 +1200

Available diffs

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
partman-base (206ubuntu4) eoan; urgency=medium

  * parted_server.c: Wipe all known superblocks from device in
    command_new_label. (LP: #1828558)

 -- Michael Hudson-Doyle <email address hidden>  Fri, 02 Aug 2019 12:31:05 +1200

Available diffs

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
partman-base (206ubuntu3) eoan; urgency=medium

  * Revert previous upload, it is intentional to use non-part names, to
    match parted.

 -- Dimitri John Ledkov <email address hidden>  Fri, 21 Jun 2019 02:01:18 +0100

Available diffs

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
partman-base (206ubuntu2) eoan; urgency=medium

  * Multipath support:
    - lib/base.sh: is_multipath_part(): Use '-part' as multipath
    disk-partition separator. As otherwise there are differences in
    devices naming between d-i and the installed systems. LP: #1825189

 -- Dimitri John Ledkov <email address hidden>  Mon, 17 Jun 2019 15:47:54 +0100

Available diffs

Superseded in eoan-release
Obsolete in disco-release
Deleted in disco-proposed (Reason: moved to release)
partman-base (206ubuntu1) disco; 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

Available diffs

Superseded in disco-release
Obsolete in cosmic-release
Published in bionic-release
Deleted in bionic-proposed (Reason: moved to release)
partman-base (192ubuntu1) bionic; 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

Available diffs

Published in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
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

Available diffs

Superseded in bionic-release
Obsolete in artful-release
Obsolete in zesty-release
Obsolete in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
partman-base (187ubuntu3) yakkety; 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

Available diffs

Superseded in yakkety-release
Published in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
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

Available diffs

Deleted in vivid-proposed (Reason: The package was removed due to its SRU bug(s) not being v...)
partman-base (181ubuntu3.1) vivid; urgency=medium

  * Do not list /dev/mmcblk.(rpmb|boot.) devices, as they cannot be
    usefully partitioned (LP: #1456443)

 -- Mathieu Trudel-Lapierre <email address hidden>  Mon, 10 Aug 2015 12:51:23 -0400

Available diffs

Published in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
partman-base (172ubuntu1.2) trusty; urgency=low

  * Do not list /dev/mmcblk.(rpmb|boot.) devices, as they cannot be
    usefully partitioned (LP: #1456443)

 -- Mathieu Trudel-Lapierre <email address hidden>  Mon, 10 Aug 2015 11:54:18 -0400

Available diffs

Superseded in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to release)
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

Available diffs

Superseded in trusty-updates
Deleted in trusty-proposed (Reason: moved to -updates)
partman-base (172ubuntu1.1) trusty; urgency=medium

  * Fix multipath support: (LP: #1430074)
    - lib/base.sh: is_multipath_part(): Use 'p' (not '-part') as multipath
      disk-partition separator.
    - lib/base.sh: humandev(): 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'.
  * init.d/parted: part_of_multipath(): Update grep expression for more
    spaces between disk and major:minor (happens when sd[a-z][a-z] exist)
    (LP: #1436020)

 -- Mathieu Trudel-Lapierre <email address hidden>  Fri, 17 Jul 2015 12:03:31 -0400

Available diffs

Superseded in wily-release
Deleted in wily-proposed (Reason: moved to release)
partman-base (181ubuntu4) wily; urgency=medium

  * lib/base.sh: drop the p separator for multipath partitions: since
    multipath-tools 0.5.0, there is no separator, devices are of the format
    mpath[a-z]+[0-9]+, where [0-9]+ is the partition number.
  * 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.

 -- Mathieu Trudel-Lapierre <email address hidden>  Mon, 06 Jul 2015 11:42:55 -0400

Available diffs

Superseded in wily-release
Obsolete in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
partman-base (181ubuntu3) vivid; urgency=medium

  [ Mauricio Faria de Oliveira ]
  * init.d/parted: part_of_multipath(): Update grep expression for more
    spaces between disk and major:minor (happens when sd[a-z][a-z] exist)
    (LP: #1436020)
 -- Mathieu Trudel-Lapierre <email address hidden>   Fri, 10 Apr 2015 16:40:29 -0400

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
partman-base (181ubuntu2) vivid; urgency=medium

  [ Mauricio Faria de Oliveira ]
  * Fix multipath support: (LP: #1430074)
    - lib/base.sh: is_multipath_part(): Use 'p' (not '-part') as multipath
      disk-partition separator.
    - lib/base.sh: humandev(): 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'.
 -- Mathieu Trudel-Lapierre <email address hidden>   Tue, 17 Mar 2015 00:06:34 -0400

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
partman-base (181ubuntu1) vivid; 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.

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
partman-base (180ubuntu1) vivid; 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.

Available diffs

Superseded in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
partman-base (179ubuntu1) vivid; 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.

Available diffs

Superseded in vivid-release
Obsolete in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
partman-base (175ubuntu1) utopic; 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.
    - Use the device's logical sector size throughout rather than
      PED_SECTOR_SIZE_DEFAULT.

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
partman-base (174ubuntu2) utopic; urgency=medium

  * Rebuild against libparted2.
 -- Colin Watson <email address hidden>   Mon, 21 Jul 2014 21:44:51 +0100

Available diffs

Superseded in utopic-release
Deleted in utopic-proposed (Reason: moved to release)
partman-base (174ubuntu1) utopic; 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.
    - Use the device's logical sector size throughout rather than
      PED_SECTOR_SIZE_DEFAULT.

Available diffs

Superseded in utopic-release
Published in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
partman-base (172ubuntu1) trusty; 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.
    - Use the device's logical sector size throughout rather than
      PED_SECTOR_SIZE_DEFAULT.

Available diffs

Published in precise-updates
Deleted in precise-proposed (Reason: moved to -updates)
partman-base (153ubuntu6) precise-proposed; urgency=low

  * Use the device's logical sector size throughout rather than
    PED_SECTOR_SIZE_DEFAULT (LP: #1065281).
 -- James M Leddy <email address hidden>   Fri, 08 Nov 2013 17:57:33 +0000

Available diffs

Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
partman-base (169ubuntu1) trusty; urgency=low

  * 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.
    - Use the device's logical sector size throughout rather than
      PED_SECTOR_SIZE_DEFAULT.

Available diffs

Superseded in trusty-release
Obsolete in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
partman-base (167ubuntu1) saucy; urgency=low

  * 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.
    - Use the device's logical sector size throughout rather than
      PED_SECTOR_SIZE_DEFAULT.

Available diffs

Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
partman-base (166ubuntu1) saucy; urgency=low

  * 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.
    - Use the device's logical sector size throughout rather than
      PED_SECTOR_SIZE_DEFAULT.

Available diffs

Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
partman-base (165ubuntu1) saucy; urgency=low

  * 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.
    - Use the device's logical sector size throughout rather than
      PED_SECTOR_SIZE_DEFAULT.

Available diffs

Superseded in saucy-release
Obsolete in raring-release
Deleted in raring-proposed (Reason: moved to release)
partman-base (163ubuntu2) raring; urgency=low

  * Use the device's logical sector size throughout rather than
    PED_SECTOR_SIZE_DEFAULT (LP: #1065281).
 -- Colin Watson <email address hidden>   Thu, 28 Mar 2013 18:31:11 +0000

Available diffs

Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
partman-base (163ubuntu1) raring; urgency=low

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

Available diffs

Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
partman-base (162ubuntu1) raring; urgency=low

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

Available diffs

Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
partman-base (161ubuntu1) raring; urgency=low

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

Available diffs

Superseded in precise-updates
Deleted in precise-proposed (Reason: moved to -updates)
partman-base (153ubuntu5) precise-proposed; urgency=low

  * Permit non-cylinder alignment again on GPT (closes: #674894,
    LP: #1006894).
 -- Colin Watson <email address hidden>   Mon, 02 Jul 2012 14:54:45 +0100

Available diffs

Superseded in raring-release
Obsolete in quantal-release
partman-base (158ubuntu1) quantal; urgency=low

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

Available diffs

Superseded in quantal-release
partman-base (156ubuntu1) quantal; urgency=low

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

Available diffs

Superseded in quantal-release
Published in precise-release
partman-base (153ubuntu4) precise; urgency=low

  * Be more careful about printing translated visuals, in case a translation
    starts with "-" (which the zh_TW translation of "FREE SPACE" does).
 -- Colin Watson <email address hidden>   Wed, 18 Apr 2012 12:34:37 +0100

Available diffs

Superseded in precise-release
partman-base (153ubuntu3) precise; urgency=low

  * Update Ubuntu-specific translations from Launchpad.
 -- Colin Watson <email address hidden>   Wed, 11 Apr 2012 12:38:01 +0100

Available diffs

Superseded in precise-release
partman-base (153ubuntu2) precise; urgency=low

  * Update Ubuntu-specific translations from Launchpad.
 -- Colin Watson <email address hidden>   Wed, 07 Mar 2012 23:47:53 +0000

Available diffs

Superseded in precise-release
partman-base (153ubuntu1) precise; urgency=low

  * 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.
    - Handle /dev/zram* the same way as /dev/ramzswap* (exclude from
      partitioning, and don't disable swap devices there).
  * Revert to -Os on powerpc.  Whatever toolchain bug was suspected here may
    well have gone away, and if it's still present then we should find out
    what it is and get it fixed.

Available diffs

Superseded in precise-release
partman-base (151ubuntu3) precise; urgency=low

  * choose_partition/partition_tree/do_option: 'local' is not legal outside
    a function (and current dash rejects this; LP: #885654).
 -- Colin Watson <email address hidden>   Fri, 25 Nov 2011 17:46:39 +0000

Available diffs

Superseded in precise-release
Obsolete in oneiric-release
partman-base (151ubuntu2) oneiric; urgency=low

  * Handle /dev/zram* the same way as /dev/ramzswap* (exclude from
    partitioning, and don't disable swap devices there).
 -- Colin Watson <email address hidden>   Fri, 23 Sep 2011 15:32:39 +0100

Available diffs

Superseded in oneiric-release
partman-base (151ubuntu1) oneiric; urgency=low

  * 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.
    - Build with -O2 on powerpc to avoid a suspected toolchain bug.

Available diffs

Superseded in oneiric-release
partman-base (150ubuntu1) oneiric; urgency=low

  * 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.
    - Build with -O2 on powerpc to avoid a suspected toolchain bug.

Available diffs

Superseded in oneiric-release
Obsolete in natty-release
partman-base (147ubuntu1) natty; urgency=low

  * 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.
    - Use ext4 as the default filesystem for new partitions.
    - Build with -O2 on powerpc to avoid a suspected toolchain bug.

Available diffs

Obsolete in lucid-updates
Deleted in lucid-proposed (Reason: moved to -updates)
partman-base (139ubuntu7) lucid-proposed; urgency=low

  * Expand the small gap we leave at the end of the disk to avoid MD
    superblock ambiguity so that it correctly covers the region where
    ambiguity might arise.  The previous gap was insufficient on disks that
    were between 512 and 65535 bytes larger than a multiple of 1048576 bytes
    (LP: #569900).
 -- Colin Watson <email address hidden>   Mon, 06 Dec 2010 16:12:28 +0000

Available diffs

Superseded in natty-release
partman-base (146ubuntu2) natty; urgency=low

  * Fix link line ordering to avoid breaking with 'ld --as-needed'.
 -- Colin Watson <email address hidden>   Mon, 15 Nov 2010 11:53:41 +0000

Available diffs

Superseded in natty-release
partman-base (146ubuntu1) natty; urgency=low

  * 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.
    - Use ext4 as the default filesystem for new partitions.
    - Build with -O2 on powerpc to avoid a suspected toolchain bug.

Available diffs

Superseded in natty-release
partman-base (145ubuntu1) natty; urgency=low

  * 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.
    - Use ext4 as the default filesystem for new partitions.
    - Build with -O2 on powerpc to avoid a suspected toolchain bug.

Available diffs

Superseded in natty-release
partman-base (144ubuntu1) natty; urgency=low

  * 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.
    - Use ext4 as the default filesystem for new partitions.
    - Build with -O2 on powerpc to avoid a suspected toolchain bug.
    - Expand the small gap we leave at the end of the disk to avoid MD
      superblock ambiguity so that it correctly covers the region where
      ambiguity might arise.  The previous gap was insufficient on disks
      that were between 512 and 65535 bytes larger than a multiple of
      1048576 bytes.

Available diffs

Superseded in natty-release
Obsolete in maverick-release
partman-base (141ubuntu2) maverick; urgency=low

  * Expand the small gap we leave at the end of the disk to avoid MD
    superblock ambiguity so that it correctly covers the region where
    ambiguity might arise.  The previous gap was insufficient on disks that
    were between 512 and 65535 bytes larger than a multiple of 1048576 bytes
    (LP: #569900).
 -- Colin Watson <email address hidden>   Tue, 28 Sep 2010 21:17:07 +0100

Available diffs

Superseded in maverick-release
partman-base (141ubuntu1) maverick; urgency=low

  * 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.
    - Use ext4 as the default filesystem for new partitions.
    - Build with -O2 on powerpc to avoid a suspected toolchain bug.
  * Remove cleanup trap in partman-commit, whose only effect is to break
    repeated runs of partman-commit (LP: #536673).

Available diffs

Superseded in maverick-release
Obsolete in lucid-release
partman-base (139ubuntu6) lucid; urgency=low

  * Don't apply optimal alignment to extended partitions (LP: #558382).
 -- Colin Watson <email address hidden>   Tue, 20 Apr 2010 15:46:47 +0100

Available diffs

Superseded in lucid-release
partman-base (139ubuntu5) lucid; urgency=low

  * Update Ubuntu-specific translations from Launchpad.
 -- Colin Watson <email address hidden>   Thu, 15 Apr 2010 00:43:54 +0100

Available diffs

Superseded in lucid-release
partman-base (139ubuntu4) lucid; urgency=low

  * Ignore free space smaller than the grain size of the partition creation
    constraint, rather than only free space smaller than a cylinder.
  * Allow preseeding partman/alignment to "cylinder", "minimal", or
    "optimal"; "cylinder" restores old alignment behaviour for the benefit
    of those with crotchety BIOSes, while "optimal" is the default.
 -- Colin Watson <email address hidden>   Mon, 12 Apr 2010 11:42:58 +0100

Available diffs

Superseded in lucid-release
partman-base (139ubuntu3) lucid; urgency=low

  * parted 2.1 changed the semantics of ped_disk_clobber: it now zeroes out
    the first few and last few sectors of the disk, regardless of whether
    there appears to be a valid partition table on it.  Unfortunately, this
    means that creating a filesystem on a whole disk device and then calling
    ped_disk_commit_to_dev zeroes the filesystem header we just created.  To
    avoid this, call ped_disk_commit_to_dev only if the partition doesn't
    start at sector zero (LP: #539324, #549260).
 -- Colin Watson <email address hidden>   Mon, 29 Mar 2010 21:55:02 +0100

Available diffs

Superseded in lucid-release
partman-base (139ubuntu2) lucid; urgency=low

  * Always leave a small gap at the end of the disk (except on device-mapper
    devices), to avoid confusing mdadm by leaving the MD 0.90 superblock at
    the end of the disk as well as the end of a partition (LP: #527401).
 -- Colin Watson <email address hidden>   Fri, 26 Mar 2010 11:32:01 +0000

Available diffs

Superseded in lucid-release
partman-base (139ubuntu1) lucid; urgency=low

  * 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.
    - Use ext4 as the default filesystem for new partitions.
    - Use linux-swap(v1) instead of linux-swap(new) to reflect changes to
      parted.
    - Build with -O2 on powerpc to avoid a suspected toolchain bug.
    - Build against parted 2.2.
    - Apply optimal alignment constraints to new partitions, or when
      maximising an extended partition.  Tell libparted not to use cylinder
      alignment.
    - Add an ALIGNMENT_OFFSET command which can be used to detect whether a
      partition is misaligned.
  * Don't warn about data loss on formatted/removed partitions when there
    are no such partitions (LP: #151266).

Available diffs

Superseded in lucid-release
partman-base (138ubuntu4) lucid; urgency=low

  * Don't source /usr/share/debconf/confmodule in init.d/parted;
    /lib/partman/lib/base.sh will always source it for us.
  * Tell libparted not to use cylinder alignment (LP: #539456).
 -- Colin Watson <email address hidden>   Wed, 17 Mar 2010 00:21:07 +0000

Available diffs

Superseded in lucid-release
partman-base (138ubuntu3) lucid; urgency=low

  * Apply optimal alignment constraints to new partitions, or when
    maximising an extended partition (LP: #530071).
  * Add an ALIGNMENT_OFFSET command which can be used to detect whether a
    partition is misaligned.
 -- Colin Watson <email address hidden>   Thu, 11 Mar 2010 20:59:25 +0000

Available diffs

Superseded in lucid-release
partman-base (138ubuntu2) lucid; urgency=low

  * Build against parted 2.2.
 -- Colin Watson <email address hidden>   Tue, 09 Mar 2010 00:39:55 +0000

Available diffs

Superseded in lucid-release
partman-base (138ubuntu1) lucid; urgency=low

  * 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.
    - Use ext4 as the default filesystem for new partitions.
    - Use linux-swap(v1) instead of linux-swap(new) to reflect changes to
      parted.
    - Build with -O2 on powerpc to avoid a suspected toolchain bug.
  * Build against parted 2.1.  We don't use its improved alignment features
    yet, but we plan to do so by Lucid.

Available diffs

Superseded in lucid-release
partman-base (135ubuntu4) lucid; urgency=low

  * Fix regression from calling sed outside debconf_select's inner loop:
    remove empty choices, which confused cdebconf.  This notably happened
    when asking partman-auto/choose_recipe with a trailing newline on the
    choices list (LP: #507059).
 -- Colin Watson <email address hidden>   Thu, 14 Jan 2010 01:39:30 +0000

Available diffs

Superseded in lucid-release
partman-base (135ubuntu3) lucid; urgency=low

  * Check for a per-menu 'no_show_choices' file in ask_user. If it exists,
    don't reshow the menu. This is intended for use in Ubiquity, where it's
    useful to drive partman back and forward through menus without
    necessarily needing to recalculate the menu choices every time.
 -- Colin Watson <email address hidden>   Mon, 21 Dec 2009 16:55:36 +0000

Available diffs

Superseded in lucid-release
partman-base (135ubuntu2) lucid; urgency=low

  * Avoid some unnecessary work in debconf_select when PARTMAN_SNOOP is not
    set.
  * Call sed outside debconf_select's inner loop. In my benchmarks using two
    disks with eight partitions each, this reduces debconf_select's runtime
    on partman/choose_partition from 0.69 seconds to 0.07 seconds.
  * Cache the output of partition_tree_choices for each disk, invalidating
    the cache whenever we update a partition on the disk. In the above
    benchmark, this saves on the order of half a second every time we
    redisplay the partition tree when nothing has changed (e.g. on backing
    up from a partition).
 -- Colin Watson <email address hidden>   Tue, 15 Dec 2009 23:32:31 +0000

Available diffs

Superseded in lucid-release
partman-base (135ubuntu1) lucid; urgency=low

  * 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.
    - 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.
    - Use ext4 as the default filesystem for new partitions.
    - Use linux-swap(v1) instead of linux-swap(new) to reflect changes to
      parted.
    - Build with -O2 on powerpc to avoid a suspected toolchain bug.

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
partman-base (133ubuntu4) karmic; urgency=low

  * Build with -O2 on powerpc to avoid a suspected toolchain bug
    (LP: #450214).

 -- Colin Watson <email address hidden>   Fri, 23 Oct 2009 15:13:52 +0100

Available diffs

Superseded in karmic-release
partman-base (133ubuntu3) karmic; urgency=low

  * Use linux-swap(v1) instead of linux-swap(new) to reflect changes to
    parted.

 -- Evan Dandrea <email address hidden>   Tue, 06 Oct 2009 22:28:58 +0100

Available diffs

Superseded in karmic-release
partman-base (133ubuntu2) karmic; urgency=low

  * Update translations from Launchpad.

 -- Colin Watson <email address hidden>   Tue, 01 Sep 2009 13:20:59 +0100

Available diffs

Superseded in karmic-release
partman-base (133ubuntu1) karmic; urgency=low

  * 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.
    - 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.
    - Use ext4 as the default filesystem for new partitions.

Available diffs

Superseded in karmic-release
partman-base (132ubuntu1) karmic; urgency=low

  * 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.
    - 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.
    - Use ext4 as the default filesystem for new partitions.

Available diffs

175 of 146 results