Control: retitle -1 allow not installing the init package

Hi Gioele,

On Wed, Feb 01, 2023 at 06:17:05PM +0100, Gioele Barabucci wrote:
> Currently debvm unconditionally creates images using `--variant=apt`. This
> is OK for most usages, but prevents the use of debvm for the creation of
> test VMs that, for example, do not contain all essential packages.
> `mmdebstrap` provides the `custom` variant for the generation of such VMs.
> 
> Would it be possible to provide an option to use the `custom` variant
> instead of the `apt` variant?

This one is actually simple. debvm-create conveniently passes all
options behind a double dash along to mmdebstrap. It does so after
passing its own options. If you pass --variant=custom there, mmdebstrap
gets two --variant options and the last one (i.e. yours) wins.

> (The `--include=init` option should also be avoided for custom images.)

I distill that this is the actual request and retitle the bug
accordingly.

Helmut

Reply via email to