You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
792 B
18 lines
792 B
### YUM REPOS (used during kickstart only)
|
|
## -- updated from FMB.
|
|
## -- this works, but seems old
|
|
#repo --name="rocky" --baseurl=https://download.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/ --cost=100
|
|
|
|
## -- note: do NOT use inst.repo:
|
|
#The following problem occurred on line 4 of the kickstart file:
|
|
#Unknown command: inst.repo
|
|
#inst.repo --name="rocky" --baseurl=https://download.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/ --cost=100
|
|
|
|
## -- trying this:
|
|
#repo inst.repo=https://download.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/
|
|
#repo --name="rocky" inst.repo=https://download.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/
|
|
|
|
## -- none worked: leaving original line, but removing --cost
|
|
repo --name="rocky" --baseurl=https://download.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/
|
|
|
|
|
|
|