Your message dated Tue, 10 Sep 2024 21:57:44 +0000
with message-id <e1so8ro-003psi...@fasolo.debian.org>
and subject line Bug#929322: fixed in partman-auto 167
has caused the Debian Bug report #929322,
regarding partman-auto: Should increase size of / in multi and home recipes
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
929322: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929322
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: partman-auto
Version: 148
Severity: wishlist
Tags: patch
User: de...@kali.org
Usertags: origin-kali

The size of the root partition has not been reevaluated since 2014 but the
size of typical installations has grown in the mean time. When you install
a Debian system with many packages (such as in many live images) and when
you select a recipe with multiple partitions, you might find that / is too
small to contain all the applications/data.

We have this problem in Kali where our standard installation is about
8Gb. And nowadays a typical desktop dist-upgrade will require 2 Gb in
/var too.

Thus I'm suggesting to increase the size both of the root partition and of
the /var partition.

Please find attached a suggested patch which increases / to 12Gb in all
recipes and /var to 2.5Gb in the multi recipe.

The net result is that the multi and home recipes will not be proposed
when you have disks smaller than 18Gb roughly which sounds about right.
Anyone who wants multiple partitions on disks smaller than that should do
it manually based on their own analysis.

Let me know if you are happy with this change and I can commit it (after
the buster release I assume). This patch is in use in Kali.

-- System Information:
Debian Release: 10.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 
'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-4-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: https://www.freexian.com/services/debian-lts.html
Learn to master Debian: https://debian-handbook.info/get/
--- a/recipes-amd64-efi/home
+++ b/recipes-amd64-efi/home
@@ -14,7 +14,7 @@ partman-auto/text/home_scheme ::
        filesystem{ ext2 }
        mountpoint{ /boot } .
 
-1500 6000 30000 $default_filesystem
+12000 6000 30000 $default_filesystem
        $lvmok{ }
        method{ format }
        format{ }
diff --git a/recipes-amd64-efi/multi b/recipes-amd64-efi/multi
index 78639ed..3b74b0a 100644
--- a/recipes-amd64-efi/multi
+++ b/recipes-amd64-efi/multi
@@ -14,7 +14,7 @@ partman-auto/text/multi_scheme ::
        filesystem{ ext2 }
        mountpoint{ /boot } .
 
-2000 3500 25000 $default_filesystem
+12000 3500 25000 $default_filesystem
        $lvmok{ }
        method{ format }
        format{ }
@@ -22,7 +22,7 @@ partman-auto/text/multi_scheme ::
        $default_filesystem{ }
        mountpoint{ / } .
 
-1000 1500 10000 $default_filesystem
+2500 1500 10000 $default_filesystem
        $lvmok{ }
        method{ format }
        format{ }
diff --git a/recipes-armhf/home b/recipes-armhf/home
index 9362612..9a69ff2 100644
--- a/recipes-armhf/home
+++ b/recipes-armhf/home
@@ -9,7 +9,7 @@ partman-auto/text/home_scheme ::
        filesystem{ ext2 }
        mountpoint{ /boot } .
 
-1500 6000 20000 $default_filesystem
+12000 6000 20000 $default_filesystem
        $lvmok{ }
        $primary{ }
        method{ format }
diff --git a/recipes-armhf/multi b/recipes-armhf/multi
index 690676a..9f58371 100644
--- a/recipes-armhf/multi
+++ b/recipes-armhf/multi
@@ -9,7 +9,7 @@ partman-auto/text/multi_scheme ::
        filesystem{ ext2 }
        mountpoint{ /boot } .
 
-2000 3500 25000 $default_filesystem
+12000 3500 25000 $default_filesystem
        $lvmok{ }
        $primary{ }
        method{ format }
@@ -18,7 +18,7 @@ partman-auto/text/multi_scheme ::
        $default_filesystem{ }
        mountpoint{ / } .
 
-1000 1500 10000 $default_filesystem
+2500 1500 10000 $default_filesystem
        $lvmok{ }
        method{ format }
        format{ }
diff --git a/recipes/home b/recipes/home
index 6abd95f..2603759 100644
--- a/recipes/home
+++ b/recipes/home
@@ -13,7 +13,7 @@ partman-auto/text/home_scheme ::
        filesystem{ ext2 }
        mountpoint{ /boot } .
 
-1500 6000 30000 $default_filesystem
+12000 6000 30000 $default_filesystem
        $lvmok{ }
        method{ format }
        format{ }
diff --git a/recipes/multi b/recipes/multi
index b7b7f55..5e2ea3c 100644
--- a/recipes/multi
+++ b/recipes/multi
@@ -13,7 +13,7 @@ partman-auto/text/multi_scheme ::
        filesystem{ ext2 }
        mountpoint{ /boot } .
 
-2000 3500 25000 $default_filesystem
+12000 3500 25000 $default_filesystem
        $lvmok{ }
        method{ format }
        format{ }
@@ -21,7 +21,7 @@ partman-auto/text/multi_scheme ::
        $default_filesystem{ }
        mountpoint{ / } .
 
-1000 1500 10000 $default_filesystem
+2500 1500 10000 $default_filesystem
        $lvmok{ }
        method{ format }
        format{ }

--- End Message ---
--- Begin Message ---
Source: partman-auto
Source-Version: 167
Done: Holger Wansing <hwans...@mailbox.org>

We believe that the bug you reported is fixed in the latest version of
partman-auto, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 929...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Holger Wansing <hwans...@mailbox.org> (supplier of updated partman-auto package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 10 Sep 2024 22:40:04 +0200
Source: partman-auto
Architecture: source
Version: 167
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Holger Wansing <hwans...@mailbox.org>
Closes: 929322 972396 987503 1076753 1076823 1076952
Changes:
 partman-auto (167) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Increase default size of /boot partition. See MR!13.
     Closes: #1076823, #1076753, #972396.
 .
   [ Pascal Hambourg ]
   * Update partition defaults for current and future needs; see MR15:
     * Update partition size limits in predefined recipes.
     * Add server recipe for machines with much RAM; limits the size of swap
       partition to 1G.
     * Add small_disk recipe for automatic partitioning on very small disks
       (3GB-10GB) which are not big enough for other recipes.
     * Update small_disk recipe description.
     * choose_recipe(): check built-in recipe contains lvmok tag if using LVM.
     * Closes: #987503, #929322, #1076952.
   * Add build_recipes script as a tool to help with building recipes.
Checksums-Sha1:
 ce1941429f34070b3ef7c10d429b9e70bb3f175e 1713 partman-auto_167.dsc
 cae38629c0fa5bc4cbe82bcb2e889b3e0ba0f6b1 115660 partman-auto_167.tar.xz
 d991c41d3552abe99fc03dbfc8c84cc2c460ac95 5914 partman-auto_167_amd64.buildinfo
Checksums-Sha256:
 cda4b1552c7ec9f8900256a3ca93e6a62f8ef530784c7c53c8c3c48c45e37742 1713 
partman-auto_167.dsc
 e92fb4a3d50f1933ea58e675b5113ed007ebe137373fa097e001cca322d7558e 115660 
partman-auto_167.tar.xz
 b4a35edd2cf8865d60e5d9ea33b3bf494ddb93e01a7596754e10e40c16c059c8 5914 
partman-auto_167_amd64.buildinfo
Files:
 733902975a90209247e63aa4ee507672 1713 debian-installer standard 
partman-auto_167.dsc
 2f291f7bd518458271fbbdaf3db96897 115660 debian-installer standard 
partman-auto_167.tar.xz
 dc41245149fb604be7592e48fa9fb728 5914 debian-installer standard 
partman-auto_167_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAmbgsKMVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2YjAP/jXwo9vWTb97I27EXbSd0+hm5o+u
aq+YL/5RnDytsQGHxdfYO7smMcmDEWxitJF0NcgN/y2AvPId0LfK3JrFgmoVE30X
lckFe3RMXCJEiXK2Q86iXbwXMleYiSipoGL/Ca8hcsnx2VRrw94uBJsvp0BzRs6A
SjhonfP3OJeQYr/NT0kyMspHFq9HnlC3OSOM7manAmDzIYFo02wYfYriCuOn9AmM
aIdxvCf1MGNATaaIC7Ccu/hD8qa6h2NfYG6xaIP1r2epy7SbUUDa5KzSp/SDkc1p
X+P5hts9hTG+mDgWQacc0AiQOpYZ5Yksn2saGqYnw0jUXDFNSOUDW4dAwGvcI3qn
BwSWdhW1yHL/PCGwZUN4d2x5jYyTcrjm6DENyTsDI8GB3MA0q2xXBVe6wHApWyof
eN5Cr0VXz4G6TVnn2EDUQjWUYwB55Zfd0B5WO/IEObnD3gSDnZQpAEhO6LFfPWjg
XDj7im/jEfkma7DyQFlkLerPOCaR8n08a2kyprpocFS38rZWQJRuyJiTB0zoDmil
+JxmrzYcoaQbxZUD94aEp8MYhbimOgUJ9EAulAfb/fjqvTd8fohhybZbUIkWLf9l
KPChTiADRUt5Zjw9fL6o+cCj+/Zu0I2y+3qzAwRFFTHws44h6f769/LeVKT8VU7I
B3ikiUT2707onHXW
=2gNO
-----END PGP SIGNATURE-----

Attachment: pgpnOFL3P9zyb.pgp
Description: PGP signature


--- End Message ---

Reply via email to