From 3986cd9e8cfbbbb20e2528bfd8b95add4de5e476 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Mon, 27 Mar 2023 15:52:38 -0700 Subject: [PATCH] add beta to volid --- rocky-beta.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocky-beta.conf b/rocky-beta.conf index 8cb70f4..5b303cc 100644 --- a/rocky-beta.conf +++ b/rocky-beta.conf @@ -26,6 +26,6 @@ image_name_format = { ".*": "{compose_id}-{arch}-{disc_type}{disc_num}{suffix}", } -image_volid_formats = [ '{release_short}-8.9-LH-{arch}-{disc_type}', ] +image_volid_formats = [ '{release_short}-8.9-BETA-{arch}-{disc_type}', ]