osbuild-composer can support user specified image sizes, this adds an
optional argument, after start, to specify the size in MiB. eg.
composer-cli compose start --size 2048 example-http-server qcow2
This only works when the backend is not 'lorax-composer', when it is the
user will get a warning that it will be ignored.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| blueprints.py | ||
| cmdline.py | ||
| compose.py | ||
| help.py | ||
| modules.py | ||
| projects.py | ||
| providers.py | ||
| sources.py | ||
| status.py | ||
| upload.py | ||
| utilities.py | ||