On Mon, 18 Aug 2025 16:47:13 +0200 Eike wrote: > I'm attaching a diff for build-simple-cdd to not include i386 for Trixie and above. > I never programmed in python, so I hope this makes any sense. > > Still needed: > * setting DISABLE_UEFI_32=1 for Trixie and above for debian-cd > * always including tasksel in reprepro mirror (and I wonder if more is missing?)
Thanks, I've used your patch. I also could fix the two other issues. Now I can build a trixie image, I use these commands: ``` cat << EOF > simple-cdd.conf mirror_tools="reprepro download" mirror_files="" # Don't try to download README doc/ tools/ export OMIT_MANUAL=1 export OMIT_RELEASE_NOTES=1 export OMIT_DOC_TOOLS=1 EOF ./build-simple-cdd --verbose --debug --force-root --dist trixie --conf simple-cdd.conf ``` I've pushed it all at https://salsa.debian.org/debian/simple-cdd. Can you please confirm that it works for you as well? If so I'll upload a new version of simple-cdd right after your confirmation. Thanks again, Arnaud

