[elbe-devel] [PATCH 2/2] elbepack: rfs: fix building of Debian trixie images

Thomas Weißschuh thomas.weissschuh at linutronix.de
Tue May 27 12:20:31 CEST 2025


Hi Krishna,

On Tue, May 27, 2025 at 09:44:26AM +0000, Pattabiraman, Krishna wrote:
> +        if suite == 'trixie':
> +            include.append('gpgv')
> +
>          if include:
>              strapcmd.extend(['--include', ','.join(include)])
> 
> For this purpose in  debootstrap an include packages feature  is already there, which works well.

> <debootstrap>
>   <variant>minbase</variant>
>   <include>gpgv</include>
> </debootstrap>

Indeed, this can be worked around by the user already.
But it isn't obvious from the error message what is going on.
Also I hope to fix this in a better and less intrusive way in the future.


Thomas


More information about the elbe-devel mailing list