From 293f50666e55e4ace299b85932b6cb5d03f7c617 Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Sat, 16 Jul 2022 10:33:08 -0700 Subject: [PATCH] libosinfo now knows about Rocky --- createhdds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createhdds.py b/createhdds.py index 37c2b48..e167ba7 100755 --- a/createhdds.py +++ b/createhdds.py @@ -256,7 +256,7 @@ class VirtInstallImage(object): if shortid not in out: # this will just use the most recent rocky release number # virt-install / osinfo knows - shortid = 'rocky8-unknown' + shortid = 'rocky9.0' # destroy and delete the domain we use for all virt-installs conn = libvirt.open()