leave a hint about where/how to use stg instead of pub

This commit is contained in:
Trevor Cooper 2022-05-14 13:23:48 -07:00
parent 824de0a3f8
commit 6c279c92b3
Signed by: tcooper
GPG Key ID: 52364D7BBCEB35B8
1 changed files with 1 additions and 0 deletions

View File

@ -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)