Hi Marc,

On Mon, 2026-05-18 at 17:19 +0200, Marc Haber wrote:
> But when I boot mini.iso, the udebs still come from the official mirror, 
> which kind of defeats the purpose since I am building the installer to 
> try a patched partman-base with it.

Make sure to add partman-base to any of the pkg-lists. For powerpc and ppc64,
I'm always adding partman-hfs and hfsprogs-udeb locally like this:

diff --git a/build/pkg-lists/cdrom/powerpc.cfg 
b/build/pkg-lists/cdrom/powerpc.cfg
index 92bd37aee..6b10bef28 100644
--- a/build/pkg-lists/cdrom/powerpc.cfg
+++ b/build/pkg-lists/cdrom/powerpc.cfg
@@ -31,3 +31,6 @@ scsi-modules-${kernel:Version}
 # IBM Power hypervisor modules, only available on powerpc64.
 hypervisor-modules-${kernel:Version} ?
 fancontrol-modules-${kernel:Version} ?
+
+partman-hfs
+hfsprogs-udeb
diff --git a/build/pkg-lists/cdrom/ppc64.cfg b/build/pkg-lists/cdrom/ppc64.cfg
index b6762a054..d40bb2cf8 100644
--- a/build/pkg-lists/cdrom/ppc64.cfg
+++ b/build/pkg-lists/cdrom/ppc64.cfg
@@ -32,3 +32,6 @@ scsi-modules-${kernel:Version}
 # IBM Power hypervisor modules, only available on powerpc64.
 hypervisor-modules-${kernel:Version} ?
 fancontrol-modules-${kernel:Version} ?
+
+partman-hfs
+hfsprogs-udeb

Adding partman-base in a similar fashion should fix your problem as otherwise
the udeb is only pulled in while debian-installer is running.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

Reply via email to