forked from sig_core/kickstarts
change to 8.8
This commit is contained in:
parent
0454f16220
commit
83affe7b78
@ -16,10 +16,10 @@ network --bootproto=dhcp --device=link --activate
|
|||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
# Use network installation
|
# Use network installation
|
||||||
url --url https://download.rockylinux.org/stg/rocky/8/BaseOS/$basearch/os/
|
url --url https://download.rockylinux.org/stg/rocky/8/BaseOS/$basearch/os/
|
||||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/ --cost=200
|
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/BaseOS/$basearch/os/ --cost=200
|
||||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/ --cost=200
|
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/AppStream/$basearch/os/ --cost=200
|
||||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/ --cost=200
|
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/PowerTools/$basearch/os/ --cost=200
|
||||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/extras/$basearch/os --cost=200
|
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/extras/$basearch/os --cost=200
|
||||||
repo --name="epel" --baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/$basearch/ --cost=200
|
repo --name="epel" --baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/$basearch/ --cost=200
|
||||||
repo --name="epel-modular" --baseurl=https://dl.fedoraproject.org/pub/epel/8/Modular/$basearch/ --cost=200
|
repo --name="epel-modular" --baseurl=https://dl.fedoraproject.org/pub/epel/8/Modular/$basearch/ --cost=200
|
||||||
# System timezone
|
# System timezone
|
||||||
|
@ -16,10 +16,10 @@ network --bootproto=dhcp --device=link --activate
|
|||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
# Use network installation
|
# Use network installation
|
||||||
url --url https://download.rockylinux.org/stg/rocky/8/BaseOS/$basearch/os/
|
url --url https://download.rockylinux.org/stg/rocky/8/BaseOS/$basearch/os/
|
||||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/ --cost=200
|
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/BaseOS/$basearch/os/ --cost=200
|
||||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/ --cost=200
|
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/AppStream/$basearch/os/ --cost=200
|
||||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/ --cost=200
|
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/PowerTools/$basearch/os/ --cost=200
|
||||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/extras/$basearch/os --cost=200
|
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/extras/$basearch/os --cost=200
|
||||||
repo --name="epel" --baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/$basearch/ --cost=200
|
repo --name="epel" --baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/$basearch/ --cost=200
|
||||||
# System timezone
|
# System timezone
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
|
@ -16,10 +16,10 @@ network --bootproto=dhcp --device=link --activate
|
|||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
# Use network installation
|
# Use network installation
|
||||||
url --url https://download.rockylinux.org/stg/rocky/8/BaseOS/$basearch/os/
|
url --url https://download.rockylinux.org/stg/rocky/8/BaseOS/$basearch/os/
|
||||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/ --cost=200
|
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/BaseOS/$basearch/os/ --cost=200
|
||||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/ --cost=200
|
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/AppStream/$basearch/os/ --cost=200
|
||||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/ --cost=200
|
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/PowerTools/$basearch/os/ --cost=200
|
||||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/extras/$basearch/os --cost=200
|
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/extras/$basearch/os --cost=200
|
||||||
# System timezone
|
# System timezone
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
# SELinux configuration
|
# SELinux configuration
|
||||||
|
@ -21,10 +21,10 @@ selinux --enforcing
|
|||||||
|
|
||||||
# System services
|
# System services
|
||||||
services --disabled="sshd" --enabled="NetworkManager,ModemManager"
|
services --disabled="sshd" --enabled="NetworkManager,ModemManager"
|
||||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/ --cost=200
|
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/BaseOS/$basearch/os/ --cost=200
|
||||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/ --cost=200
|
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/AppStream/$basearch/os/ --cost=200
|
||||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/ --cost=200
|
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/PowerTools/$basearch/os/ --cost=200
|
||||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/extras/$basearch/os --cost=200
|
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/extras/$basearch/os --cost=200
|
||||||
repo --name="elrepo-kernel" --baseurl=https://elrepo.org/linux/kernel/el8/$basearch/ --cost=200
|
repo --name="elrepo-kernel" --baseurl=https://elrepo.org/linux/kernel/el8/$basearch/ --cost=200
|
||||||
# Use network installation
|
# Use network installation
|
||||||
url --url https://download.rockylinux.org/stg/rocky/8/BaseOS/$basearch/os/
|
url --url https://download.rockylinux.org/stg/rocky/8/BaseOS/$basearch/os/
|
||||||
|
@ -16,10 +16,10 @@ network --bootproto=dhcp --device=link --activate
|
|||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
# Use network installation
|
# Use network installation
|
||||||
url --url https://download.rockylinux.org/stg/rocky/8/BaseOS/$basearch/os/
|
url --url https://download.rockylinux.org/stg/rocky/8/BaseOS/$basearch/os/
|
||||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/ --cost=200
|
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/BaseOS/$basearch/os/ --cost=200
|
||||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/ --cost=200
|
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/AppStream/$basearch/os/ --cost=200
|
||||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/ --cost=200
|
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/PowerTools/$basearch/os/ --cost=200
|
||||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/extras/$basearch/os --cost=200
|
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/extras/$basearch/os --cost=200
|
||||||
# System timezone
|
# System timezone
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
# SELinux configuration
|
# SELinux configuration
|
||||||
|
@ -16,10 +16,10 @@ network --bootproto=dhcp --device=link --activate
|
|||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
# Use network installation
|
# Use network installation
|
||||||
url --url https://download.rockylinux.org/stg/rocky/8/BaseOS/$basearch/os/
|
url --url https://download.rockylinux.org/stg/rocky/8/BaseOS/$basearch/os/
|
||||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/ --cost=200
|
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/BaseOS/$basearch/os/ --cost=200
|
||||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/ --cost=200
|
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/AppStream/$basearch/os/ --cost=200
|
||||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/ --cost=200
|
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/PowerTools/$basearch/os/ --cost=200
|
||||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/extras/$basearch/os --cost=200
|
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/extras/$basearch/os --cost=200
|
||||||
repo --name="epel" --baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/$basearch/ --cost=200
|
repo --name="epel" --baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/$basearch/ --cost=200
|
||||||
repo --name="epel-modular" --baseurl=https://dl.fedoraproject.org/pub/epel/8/Modular/$basearch/ --cost=200
|
repo --name="epel-modular" --baseurl=https://dl.fedoraproject.org/pub/epel/8/Modular/$basearch/ --cost=200
|
||||||
# System timezone
|
# System timezone
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
# These should change based on the major/minor release
|
# These should change based on the major/minor release
|
||||||
|
|
||||||
# Deps repo, there are some anaconda packages that are *not* available by default
|
# Deps repo, there are some anaconda packages that are *not* available by default
|
||||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/
|
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/BaseOS/$basearch/os/
|
||||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/
|
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/AppStream/$basearch/os/
|
||||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/
|
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/PowerTools/$basearch/os/
|
||||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/extras/$basearch/os
|
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/extras/$basearch/os
|
||||||
|
|
||||||
# ELRepo
|
# ELRepo
|
||||||
repo --name="elrepo-kernel" --baseurl=https://elrepo.org/linux/kernel/el8/$basearch/ --cost=200
|
repo --name="elrepo-kernel" --baseurl=https://elrepo.org/linux/kernel/el8/$basearch/ --cost=200
|
||||||
|
|
||||||
# URL to the base os repo
|
# URL to the base os repo
|
||||||
url --url=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/
|
url --url=http://dl.rockylinux.org/pub/rocky/8.8/BaseOS/$basearch/os/
|
||||||
#url --url=http://10.100.0.1/pub/deps
|
#url --url=http://10.100.0.1/pub/deps
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
# These should change based on the major/minor release
|
# These should change based on the major/minor release
|
||||||
|
|
||||||
# Deps repo, there are some anaconda packages that are *not* available by default
|
# Deps repo, there are some anaconda packages that are *not* available by default
|
||||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/
|
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/BaseOS/$basearch/os/
|
||||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/
|
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/AppStream/$basearch/os/
|
||||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/
|
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/PowerTools/$basearch/os/
|
||||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/extras/$basearch/os
|
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/extras/$basearch/os
|
||||||
|
|
||||||
# EPEL (required for KDE and XFCE)
|
# EPEL (required for KDE and XFCE)
|
||||||
repo --name=epel --cost=200 --baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/$basearch/
|
repo --name=epel --cost=200 --baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/$basearch/
|
||||||
repo --name=epel-modular --cost=200 --baseurl=https://dl.fedoraproject.org/pub/epel/8/Modular/$basearch/
|
repo --name=epel-modular --cost=200 --baseurl=https://dl.fedoraproject.org/pub/epel/8/Modular/$basearch/
|
||||||
|
|
||||||
# URL to the base os repo
|
# URL to the base os repo
|
||||||
url --url=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/
|
url --url=http://dl.rockylinux.org/pub/rocky/8.8/BaseOS/$basearch/os/
|
||||||
#url --url=http://10.100.0.1/pub/deps
|
#url --url=http://10.100.0.1/pub/deps
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# These should change based on the major/minor release
|
# These should change based on the major/minor release
|
||||||
|
|
||||||
# Base repos
|
# Base repos
|
||||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/
|
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/BaseOS/$basearch/os/
|
||||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/
|
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/AppStream/$basearch/os/
|
||||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/
|
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/PowerTools/$basearch/os/
|
||||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/extras/$basearch/os
|
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.8/extras/$basearch/os
|
||||||
|
|
||||||
# URL to the base os repo
|
# URL to the base os repo
|
||||||
url --url=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/
|
url --url=http://dl.rockylinux.org/pub/rocky/8.8/BaseOS/$basearch/os/
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
# These should change based on the major/minor release
|
# These should change based on the major/minor release
|
||||||
|
|
||||||
# Deps repo, there are some anaconda packages that are *not* available by default
|
# Deps repo, there are some anaconda packages that are *not* available by default
|
||||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/BaseOS/$basearch/os/
|
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$basearch/os/
|
||||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/AppStream/$basearch/os/
|
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.8/AppStream/$basearch/os/
|
||||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/PowerTools/$basearch/os/
|
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.8/PowerTools/$basearch/os/
|
||||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/extras/$basearch/os
|
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.8/extras/$basearch/os
|
||||||
|
|
||||||
# ELRepo
|
# ELRepo
|
||||||
repo --name="elrepo-kernel" --baseurl=https://elrepo.org/linux/kernel/el8/$basearch/ --cost=200
|
repo --name="elrepo-kernel" --baseurl=https://elrepo.org/linux/kernel/el8/$basearch/ --cost=200
|
||||||
|
|
||||||
# URL to the base os repo
|
# URL to the base os repo
|
||||||
url --url=http://dl.rockylinux.org/stg/rocky/8.7/BaseOS/$basearch/os/
|
url --url=http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$basearch/os/
|
||||||
#url --url=http://10.100.0.1/pub/deps
|
#url --url=http://10.100.0.1/pub/deps
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
# These should change based on the major/minor release
|
# These should change based on the major/minor release
|
||||||
|
|
||||||
# Deps repo, there are some anaconda packages that are *not* available by default
|
# Deps repo, there are some anaconda packages that are *not* available by default
|
||||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/BaseOS/$basearch/os/
|
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$basearch/os/
|
||||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/AppStream/$basearch/os/
|
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.8/AppStream/$basearch/os/
|
||||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/PowerTools/$basearch/os/
|
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.8/PowerTools/$basearch/os/
|
||||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/extras/$basearch/os
|
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.8/extras/$basearch/os
|
||||||
|
|
||||||
# EPEL (required for KDE and XFCE)
|
# EPEL (required for KDE and XFCE)
|
||||||
repo --name=epel --cost=200 --baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/$basearch/
|
repo --name=epel --cost=200 --baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/$basearch/
|
||||||
repo --name=epel-modular --cost=200 --baseurl=https://dl.fedoraproject.org/pub/epel/8/Modular/$basearch/
|
repo --name=epel-modular --cost=200 --baseurl=https://dl.fedoraproject.org/pub/epel/8/Modular/$basearch/
|
||||||
|
|
||||||
# URL to the base os repo
|
# URL to the base os repo
|
||||||
url --url=http://dl.rockylinux.org/stg/rocky/8.7/BaseOS/$basearch/os/
|
url --url=http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$basearch/os/
|
||||||
#url --url=http://10.100.0.1/pub/deps
|
#url --url=http://10.100.0.1/pub/deps
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# These should change based on the major/minor release
|
# These should change based on the major/minor release
|
||||||
|
|
||||||
# Base repos
|
# Base repos
|
||||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/BaseOS/$basearch/os/
|
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$basearch/os/
|
||||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/AppStream/$basearch/os/
|
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.8/AppStream/$basearch/os/
|
||||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/PowerTools/$basearch/os/
|
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.8/PowerTools/$basearch/os/
|
||||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/extras/$basearch/os
|
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.8/extras/$basearch/os
|
||||||
|
|
||||||
# URL to the base os repo
|
# URL to the base os repo
|
||||||
url --url=http://dl.rockylinux.org/stg/rocky/8.7/BaseOS/$basearch/os/
|
url --url=http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$basearch/os/
|
||||||
|
Loading…
Reference in New Issue
Block a user