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:
Tom Gundersen 2019-11-24 17:04:49 +01:00
parent eee08c41ac
commit 283e89d0f4
4 changed files with 6 additions and 6 deletions

View file

@ -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/",

View file

@ -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",