Hello! On Tue, 19 Aug 2025 09:48:32 -0700 Vagrant Cascadian wrote: > The default behavior running on trixie should work without passing > any custom configuration... if it does not, we may need to fix more > things before uploading...
I just tried a build without configuration, and I can confirm that it works, I can build both bookworm and trixie with the commands: ``` ./build-simple-cdd --verbose --debug --force-root --dist bookworm ./build-simple-cdd --verbose --debug --force-root --dist trixie ``` NB: My build environment is a Debian sid throwaway VM with only a root user, that's why I need --force-root. Best, Arnaud

