From 3414d607f6ad1f6258dbd2b09f06ba3c37ad13f7 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 31 May 2022 08:07:43 +0200 Subject: [PATCH] rhel machine type is pointless for fedora --- edk2-ovmf-cc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edk2-ovmf-cc.json b/edk2-ovmf-cc.json index 2e52745..68ac090 100644 --- a/edk2-ovmf-cc.json +++ b/edk2-ovmf-cc.json @@ -18,7 +18,7 @@ { "architecture": "x86_64", "machines": [ - "pc-q35-rhel8.5.0" + "pc-q35-*" ] } ],