forked from sig_core/kickstarts
bump to 8.7
This commit is contained in:
parent
45714dfb02
commit
8037753a51
@ -15,11 +15,11 @@ network --bootproto=dhcp --device=link --activate
|
|||||||
# Firewall configuration
|
# Firewall configuration
|
||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
# Use network installation
|
# Use network installation
|
||||||
url --url="http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/"
|
url --url="http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/"
|
||||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/ --cost=200
|
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/ --cost=200
|
||||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/$basearch/os/ --cost=200
|
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/ --cost=200
|
||||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/PowerTools/$basearch/os/ --cost=200
|
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/ --cost=200
|
||||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/extras/$basearch/os --cost=200
|
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/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
|
||||||
|
@ -15,11 +15,11 @@ network --bootproto=dhcp --device=link --activate
|
|||||||
# Firewall configuration
|
# Firewall configuration
|
||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
# Use network installation
|
# Use network installation
|
||||||
url --url="http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/"
|
url --url="http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/"
|
||||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/ --cost=200
|
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/ --cost=200
|
||||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/$basearch/os/ --cost=200
|
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/ --cost=200
|
||||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/PowerTools/$basearch/os/ --cost=200
|
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/ --cost=200
|
||||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/extras/$basearch/os --cost=200
|
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/extras/$basearch/os --cost=200
|
||||||
# System timezone
|
# System timezone
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
# SELinux configuration
|
# SELinux configuration
|
||||||
|
@ -21,13 +21,13 @@ 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.6/BaseOS/$basearch/os/ --cost=200
|
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/ --cost=200
|
||||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/$basearch/os/ --cost=200
|
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/ --cost=200
|
||||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/PowerTools/$basearch/os/ --cost=200
|
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/ --cost=200
|
||||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/extras/$basearch/os --cost=200
|
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/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="http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/"
|
url --url="http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/"
|
||||||
# System bootloader configuration
|
# System bootloader configuration
|
||||||
bootloader --location=none
|
bootloader --location=none
|
||||||
# Clear the Master Boot Record
|
# Clear the Master Boot Record
|
||||||
|
@ -15,11 +15,11 @@ network --bootproto=dhcp --device=link --activate
|
|||||||
# Firewall configuration
|
# Firewall configuration
|
||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
# Use network installation
|
# Use network installation
|
||||||
url --url="http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/"
|
url --url="http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/"
|
||||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/ --cost=200
|
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/ --cost=200
|
||||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/$basearch/os/ --cost=200
|
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/ --cost=200
|
||||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/PowerTools/$basearch/os/ --cost=200
|
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/ --cost=200
|
||||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/extras/$basearch/os --cost=200
|
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/extras/$basearch/os --cost=200
|
||||||
# System timezone
|
# System timezone
|
||||||
timezone US/Eastern
|
timezone US/Eastern
|
||||||
# SELinux configuration
|
# SELinux configuration
|
||||||
|
@ -15,11 +15,11 @@ network --bootproto=dhcp --device=link --activate
|
|||||||
# Firewall configuration
|
# Firewall configuration
|
||||||
firewall --enabled --service=mdns
|
firewall --enabled --service=mdns
|
||||||
# Use network installation
|
# Use network installation
|
||||||
url --url="http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/"
|
url --url="http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/"
|
||||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/ --cost=200
|
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/ --cost=200
|
||||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/$basearch/os/ --cost=200
|
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/ --cost=200
|
||||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/PowerTools/$basearch/os/ --cost=200
|
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/ --cost=200
|
||||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/extras/$basearch/os --cost=200
|
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/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.6/BaseOS/$basearch/os/
|
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/
|
||||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/$basearch/os/
|
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/
|
||||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/PowerTools/$basearch/os/
|
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/
|
||||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/extras/$basearch/os
|
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/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.6/BaseOS/$basearch/os/
|
url --url=http://dl.rockylinux.org/pub/rocky/8.7/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.6/BaseOS/$basearch/os/
|
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/
|
||||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/$basearch/os/
|
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/
|
||||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/PowerTools/$basearch/os/
|
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/
|
||||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/extras/$basearch/os
|
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/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.6/BaseOS/$basearch/os/
|
url --url=http://dl.rockylinux.org/pub/rocky/8.7/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.6/BaseOS/$basearch/os/
|
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/BaseOS/$basearch/os/
|
||||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/$basearch/os/
|
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/AppStream/$basearch/os/
|
||||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/PowerTools/$basearch/os/
|
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/PowerTools/$basearch/os/
|
||||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/extras/$basearch/os
|
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.7/extras/$basearch/os
|
||||||
|
|
||||||
# URL to the base os repo
|
# URL to the base os repo
|
||||||
url --url=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/
|
url --url=http://dl.rockylinux.org/pub/rocky/8.7/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.6/BaseOS/$basearch/os/
|
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/BaseOS/$basearch/os/
|
||||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/AppStream/$basearch/os/
|
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/AppStream/$basearch/os/
|
||||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/PowerTools/$basearch/os/
|
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/PowerTools/$basearch/os/
|
||||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/extras/$basearch/os
|
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/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.6/BaseOS/$basearch/os/
|
url --url=http://dl.rockylinux.org/stg/rocky/8.7/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.6/BaseOS/$basearch/os/
|
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/BaseOS/$basearch/os/
|
||||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/AppStream/$basearch/os/
|
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/AppStream/$basearch/os/
|
||||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/PowerTools/$basearch/os/
|
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/PowerTools/$basearch/os/
|
||||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/extras/$basearch/os
|
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/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.6/BaseOS/$basearch/os/
|
url --url=http://dl.rockylinux.org/stg/rocky/8.7/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.6/BaseOS/$basearch/os/
|
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/BaseOS/$basearch/os/
|
||||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/AppStream/$basearch/os/
|
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/AppStream/$basearch/os/
|
||||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/PowerTools/$basearch/os/
|
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/PowerTools/$basearch/os/
|
||||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/extras/$basearch/os
|
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.7/extras/$basearch/os
|
||||||
|
|
||||||
# URL to the base os repo
|
# URL to the base os repo
|
||||||
url --url=http://dl.rockylinux.org/stg/rocky/8.6/BaseOS/$basearch/os/
|
url --url=http://dl.rockylinux.org/stg/rocky/8.7/BaseOS/$basearch/os/
|
||||||
|
Loading…
Reference in New Issue
Block a user