From 2f7188f0b45deeeab70a52aa6f7f58706fbb2f6c Mon Sep 17 00:00:00 2001 From: Eugene Zamriy Date: Mon, 3 Jul 2023 23:52:06 +0300 Subject: [PATCH] Updates version to 9.2 in Lorax options Also removes lookaside variants for Minimal. --- msvsphere-9.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/msvsphere-9.conf b/msvsphere-9.conf index 469a355..8b812f3 100644 --- a/msvsphere-9.conf +++ b/msvsphere-9.conf @@ -192,7 +192,7 @@ lorax_options = [ "*": { "noupgrade": False, "rootfs_size": 3, - "version": "9.1" + "version": "9.2" } }) ] @@ -210,8 +210,6 @@ variant_as_lookaside = [ # ("RT", "AppStream"), # ("NFV", "BaseOS"), # ("NFV", "AppStream"), - ("Minimal", "BaseOS"), - ("Minimal", "AppStream"), ("Extras", "BaseOS"), ("Extras", "AppStream") ]