mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-12-22 01:58:30 +00:00
leave a hint about where/how to use stg instead of pub
This commit is contained in:
parent
824de0a3f8
commit
6c279c92b3
@ -302,6 +302,7 @@ class VirtInstallImage(object):
|
|||||||
variant = 'Everything'
|
variant = 'Everything'
|
||||||
try:
|
try:
|
||||||
# loctmp is the Distribution tree installation source. Point at the good location
|
# 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"
|
loctmp = "https://download.rockylinux.org/pub/rocky/{0}/BaseOS/{1}/os"
|
||||||
ksfile = self.kickstart_file
|
ksfile = self.kickstart_file
|
||||||
xargs = "inst.ks=file:/{0}".format(ksfile)
|
xargs = "inst.ks=file:/{0}".format(ksfile)
|
||||||
|
Loading…
Reference in New Issue
Block a user