-
partman-auto (134ubuntu1.3) xenial; urgency=medium
* Bump minimum and maximum sizes for /boot partitions on default, x86, and
EFI platforms to a minimum of 512Mb and maximum of 768Mb. (LP: #1716999)
-- Mathieu Trudel-Lapierre <email address hidden> Fri, 06 Jul 2018 12:52:33 -0400
-
partman-auto (134ubuntu1.2) xenial; urgency=medium
* Introduce partman-auto/cap-ram, to allow capping RAM size as used for
swap partition calculations. This allows us to effectively cap the
swap partitions size to maximum of 2*CAP. Default is set to 1024, thus
capping swap partitions to 2GB maximum. LP: #1351267
-- Dimitri John Ledkov <email address hidden> Fri, 23 Feb 2018 16:59:11 +0000
-
partman-auto (134ubuntu1.1) xenial; urgency=medium
* lib/auto-shared.sh: list Software RAID devices on NVMe disks. Thanks to
Mauricio Faria De Oliveira for the patch. (LP: #1615650)
-- Mathieu Trudel-Lapierre <email address hidden> Tue, 06 Sep 2016 13:57:44 -0400
-
partman-auto (134ubuntu1) xenial; urgency=medium
* Resynchronise with Debian. Remaining changes:
Recipe changes:
- Adjust default partition and EFI sizes for Ubuntu.
- Change the x86 atomic recipes to make the minimum swap size be 100% of
RAM, so that hibernate always works.
- In addition to EFI partition, reuse existing swap partitions and
BIOS Boot Partitions, if any, rather than creating new ones.
- Use fat32 rather than free as a filesystem type for the efi partitions
for amd64, arm64, i386; otherwise it's seen as an ext2 partition by
partman-efi, which causes errors or missing settings.
Automatic Partitioning:
- Offer resize_use_free autopartitioning method, except on armel/armhf.
- Add an option to reuse an existing installation.
- Split out the replace option from resize_use_free.
Code changes:
- Accept autopartitioning automatically rather than showing
choose_partition.
- Drop priority of partman-auto/choose_recipe question to medium.
- Add support for partman-auto/method=loop via partman-auto-loop.
- Make biggest_free respect the selection made in partman-auto/disk.
- Exclude devices containing the installation medium from automatic
partitioning.
- Use new get_real_resize_range function from partman-partitioning
72ubuntu3, which caches calls to tune2fs and ntfsresize.
- Support resizing the largest partition on multiple disks.
- Support formatting the entire partition for any partition that can be
resized.
* Double minimum and maximum sizes for the /boot partitions on amd64, i386,
and arm (especially for EFI). (LP: #1465050)
-- Mathieu Trudel-Lapierre <email address hidden> Wed, 09 Mar 2016 17:20:43 -0500
-
partman-auto (131ubuntu1) xenial; urgency=medium
* Resynchronise with Debian. Remaining changes:
Recipe changes:
- Adjust default partition and EFI sizes for Ubuntu.
- Change the x86 atomic recipes to make the minimum swap size be 100% of
RAM, so that hibernate always works.
- In addition to EFI partition, reuse existing swap partitions and
BIOS Boot Partitions, if any, rather than creating new ones.
- Use fat32 rather than free as a filesystem type for the efi partitions
for amd64, arm64, i386; otherwise it's seen as an ext2 partition by
partman-efi, which causes errors or missing settings.
Automatic Partitioning:
- Offer resize_use_free autopartitioning method, except on armel/armhf.
- Add an option to reuse an existing installation.
- Split out the replace option from resize_use_free.
Code changes:
- Accept autopartitioning automatically rather than showing
choose_partition.
- Drop priority of partman-auto/choose_recipe question to medium.
- Add support for partman-auto/method=loop via partman-auto-loop.
- Make biggest_free respect the selection made in partman-auto/disk.
- Exclude devices containing the installation medium from automatic
partitioning.
- Use new get_real_resize_range function from partman-partitioning
72ubuntu3, which caches calls to tune2fs and ntfsresize.
- Support resizing the largest partition on multiple disks.
- Support formatting the entire partition for any partition that can be
resized.
-- Mathieu Trudel-Lapierre <email address hidden> Tue, 22 Dec 2015 16:02:50 -0500
-
partman-auto (125ubuntu2) vivid; urgency=medium
* Use fat32 rather than free as a filesystem type for the efi partitions
for amd64, arm64, i386; otherwise it's seen as an ext2 partition by
partman-efi, which causes errors or missing settings. (LP: #1428877)
-- Mathieu Trudel-Lapierre <email address hidden> Tue, 14 Apr 2015 11:29:20 -0500