distros/f30/ami: image type should be RAW
This was accidentally left as QCOW2. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
eee08c41ac
commit
283e89d0f4
4 changed files with 6 additions and 6 deletions
|
|
@ -107,7 +107,7 @@
|
|||
"assembler": {
|
||||
"name": "org.osbuild.qemu",
|
||||
"options": {
|
||||
"format": "qcow2",
|
||||
"format": "raw",
|
||||
"filename": "image.ami",
|
||||
"ptuuid": "0x14fc63d2",
|
||||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||
|
|
@ -182,7 +182,7 @@
|
|||
"video:x:39:",
|
||||
"wheel:x:10:"
|
||||
],
|
||||
"image-format": "qcow2",
|
||||
"image-format": "raw",
|
||||
"os-release": {
|
||||
"ANSI_COLOR": "0;34",
|
||||
"BUG_REPORT_URL": "https://bugzilla.redhat.com/",
|
||||
|
|
|
|||
|
|
@ -161,7 +161,7 @@
|
|||
"assembler": {
|
||||
"name": "org.osbuild.qemu",
|
||||
"options": {
|
||||
"format": "qcow2",
|
||||
"format": "raw",
|
||||
"filename": "image.ami",
|
||||
"ptuuid": "0x14fc63d2",
|
||||
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue