Johannes Schauer Marin Rodrigues, le ven. 22 août 2025 23:33:15 +0200, a ecrit: > Quoting Samuel Thibault (2025-08-22 23:05:50) > > For debian-ports archives, it is usually useful to have the "unreleased" > > suite also configured, to get hot-fixes. It would thus be useful to have an > > --extra-suites option like debootstrap has, to be able to pass > > --extra-suites=unreleased to mmdebstrap. > > > > Actually it could even be useful to have a --prepend-suites options to > > be able to put it *before* the unstable suite, in cases where there is a > > package both in unreleased and unstable, and the unreleased one should > > rather be used. > > what would an --extra-suites option do which passing one-line or deb822 > sources > cannot?
I guess you mean --setup-hook='echo "deb http://deb.debian.org/debian-ports unreleased main" >> "$1"/etc/apt/sources.list.d/unreleased.list' So I'd say simplicity? (and I don't see how to prepend a source) Samuel

