From 6c279c92b37f8068cf8626da495944a384711dd8 Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Sat, 14 May 2022 13:23:48 -0700 Subject: [PATCH] leave a hint about where/how to use stg instead of pub --- createhdds.py | 1 + 1 file changed, 1 insertion(+) diff --git a/createhdds.py b/createhdds.py index b47f5c7..28b99b6 100755 --- a/createhdds.py +++ b/createhdds.py @@ -302,6 +302,7 @@ class VirtInstallImage(object): variant = 'Everything' try: # loctmp is the Distribution tree installation source. Point at the good location + #loctmp = "https://download.rockylinux.org/stg/rocky/{0}/BaseOS/{1}/os" loctmp = "https://download.rockylinux.org/pub/rocky/{0}/BaseOS/{1}/os" ksfile = self.kickstart_file xargs = "inst.ks=file:/{0}".format(ksfile)