assembler: rename qcow2 to qemu and add support for more formats
Opt in to supporting the most common ones, if we want to support more we can add support as the need arises. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
840bfd580c
commit
34098bf6c6
4 changed files with 11 additions and 4 deletions
|
|
@ -65,8 +65,9 @@
|
|||
],
|
||||
"assembler":
|
||||
{
|
||||
"name": "org.osbuild.qcow2",
|
||||
"name": "org.osbuild.qemu",
|
||||
"options": {
|
||||
"format": "qcow2",
|
||||
"filename": "base.qcow2",
|
||||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||
"size": 3221225472
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue