From 824de0a3f8f73e6165d874281dc2c9dd31028685 Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Sat, 14 May 2022 13:23:19 -0700 Subject: [PATCH] correct 'unknown' os-variant for Rocky 8 --- createhdds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createhdds.py b/createhdds.py index 20ff788..b47f5c7 100755 --- a/createhdds.py +++ b/createhdds.py @@ -265,7 +265,7 @@ class VirtInstallImage(object): if shortid not in out: # this will just use the most recent rocky release number # virt-install / osinfo knows - shortid = 'rocky-unknown' + shortid = 'rocky8-unknown' # destroy and delete the domain we use for all virt-installs conn = libvirt.open()