forked from sig_core/kickstarts
update to 8.6
This commit is contained in:
parent
888b882668
commit
a6b0c4912a
@ -15,11 +15,11 @@ network --bootproto=dhcp --device=link --activate
|
||||
# Firewall configuration
|
||||
firewall --enabled --service=mdns
|
||||
# Use network installation
|
||||
url --url="http://dl.rockylinux.org/pub/rocky/8.5/BaseOS/$basearch/os/"
|
||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/BaseOS/$basearch/os/ --cost=200
|
||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/AppStream/$basearch/os/ --cost=200
|
||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/PowerTools/$basearch/os/ --cost=200
|
||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/extras/$basearch/os --cost=200
|
||||
url --url="http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/"
|
||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/ --cost=200
|
||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/$basearch/os/ --cost=200
|
||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/PowerTools/$basearch/os/ --cost=200
|
||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/extras/$basearch/os --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
|
||||
# System timezone
|
||||
|
@ -15,11 +15,11 @@ network --bootproto=dhcp --device=link --activate
|
||||
# Firewall configuration
|
||||
firewall --enabled --service=mdns
|
||||
# Use network installation
|
||||
url --url="http://dl.rockylinux.org/pub/rocky/8.5/BaseOS/$basearch/os/"
|
||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/BaseOS/$basearch/os/ --cost=200
|
||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/AppStream/$basearch/os/ --cost=200
|
||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/PowerTools/$basearch/os/ --cost=200
|
||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/extras/$basearch/os --cost=200
|
||||
url --url="http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/"
|
||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/ --cost=200
|
||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/$basearch/os/ --cost=200
|
||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/PowerTools/$basearch/os/ --cost=200
|
||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/extras/$basearch/os --cost=200
|
||||
# System timezone
|
||||
timezone US/Eastern
|
||||
# SELinux configuration
|
||||
|
@ -21,13 +21,13 @@ selinux --enforcing
|
||||
|
||||
# System services
|
||||
services --disabled="sshd" --enabled="NetworkManager,ModemManager"
|
||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/BaseOS/$basearch/os/ --cost=200
|
||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/AppStream/$basearch/os/ --cost=200
|
||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/PowerTools/$basearch/os/ --cost=200
|
||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/extras/$basearch/os --cost=200
|
||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/ --cost=200
|
||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/$basearch/os/ --cost=200
|
||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/PowerTools/$basearch/os/ --cost=200
|
||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/extras/$basearch/os --cost=200
|
||||
repo --name="elrepo-kernel" --baseurl=https://elrepo.org/linux/kernel/el8/$basearch/ --cost=200
|
||||
# Use network installation
|
||||
url --url="http://dl.rockylinux.org/pub/rocky/8.5/BaseOS/$basearch/os/"
|
||||
url --url="http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/"
|
||||
# System bootloader configuration
|
||||
bootloader --location=none
|
||||
# Clear the Master Boot Record
|
||||
|
@ -15,11 +15,11 @@ network --bootproto=dhcp --device=link --activate
|
||||
# Firewall configuration
|
||||
firewall --enabled --service=mdns
|
||||
# Use network installation
|
||||
url --url="http://dl.rockylinux.org/pub/rocky/8.5/BaseOS/$basearch/os/"
|
||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/BaseOS/$basearch/os/ --cost=200
|
||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/AppStream/$basearch/os/ --cost=200
|
||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/PowerTools/$basearch/os/ --cost=200
|
||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/extras/$basearch/os --cost=200
|
||||
url --url="http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/"
|
||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/ --cost=200
|
||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/$basearch/os/ --cost=200
|
||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/PowerTools/$basearch/os/ --cost=200
|
||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/extras/$basearch/os --cost=200
|
||||
# System timezone
|
||||
timezone US/Eastern
|
||||
# SELinux configuration
|
||||
|
@ -15,11 +15,11 @@ network --bootproto=dhcp --device=link --activate
|
||||
# Firewall configuration
|
||||
firewall --enabled --service=mdns
|
||||
# Use network installation
|
||||
url --url="http://dl.rockylinux.org/pub/rocky/8.5/BaseOS/$basearch/os/"
|
||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/BaseOS/$basearch/os/ --cost=200
|
||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/AppStream/$basearch/os/ --cost=200
|
||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/PowerTools/$basearch/os/ --cost=200
|
||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/extras/$basearch/os --cost=200
|
||||
url --url="http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/"
|
||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/ --cost=200
|
||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/$basearch/os/ --cost=200
|
||||
repo --name="PowerTools" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/PowerTools/$basearch/os/ --cost=200
|
||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/extras/$basearch/os --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
|
||||
# System timezone
|
||||
|
@ -1,14 +1,14 @@
|
||||
# These should change based on the major/minor release
|
||||
|
||||
# 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.5/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/AppStream/$basearch/os/
|
||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/PowerTools/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/extras/$basearch/os
|
||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/$basearch/os/
|
||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/PowerTools/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/extras/$basearch/os
|
||||
|
||||
# ELRepo
|
||||
repo --name="elrepo-kernel" --baseurl=https://elrepo.org/linux/kernel/el8/$basearch/ --cost=200
|
||||
|
||||
# URL to the base os repo
|
||||
url --url=http://dl.rockylinux.org/pub/rocky/8.5/BaseOS/$basearch/os/
|
||||
url --url=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/
|
||||
#url --url=http://10.100.0.1/pub/deps
|
||||
|
@ -1,15 +1,15 @@
|
||||
# These should change based on the major/minor release
|
||||
|
||||
# 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.5/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/AppStream/$basearch/os/
|
||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/PowerTools/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/extras/$basearch/os
|
||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/$basearch/os/
|
||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/PowerTools/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/extras/$basearch/os
|
||||
|
||||
# EPEL (required for KDE and XFCE)
|
||||
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/
|
||||
|
||||
# URL to the base os repo
|
||||
url --url=http://dl.rockylinux.org/pub/rocky/8.5/BaseOS/$basearch/os/
|
||||
url --url=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/
|
||||
#url --url=http://10.100.0.1/pub/deps
|
||||
|
@ -1,10 +1,10 @@
|
||||
# These should change based on the major/minor release
|
||||
|
||||
# Base repos
|
||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/AppStream/$basearch/os/
|
||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/PowerTools/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.5/extras/$basearch/os
|
||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/AppStream/$basearch/os/
|
||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/PowerTools/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/8.6/extras/$basearch/os
|
||||
|
||||
# URL to the base os repo
|
||||
url --url=http://dl.rockylinux.org/pub/rocky/8.5/BaseOS/$basearch/os/
|
||||
url --url=http://dl.rockylinux.org/pub/rocky/8.6/BaseOS/$basearch/os/
|
||||
|
@ -1,14 +1,14 @@
|
||||
# These should change based on the major/minor release
|
||||
|
||||
# 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.5/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.5/AppStream/$basearch/os/
|
||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.5/PowerTools/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.5/extras/$basearch/os
|
||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/AppStream/$basearch/os/
|
||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/PowerTools/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/extras/$basearch/os
|
||||
|
||||
# ELRepo
|
||||
repo --name="elrepo-kernel" --baseurl=https://elrepo.org/linux/kernel/el8/$basearch/ --cost=200
|
||||
|
||||
# URL to the base os repo
|
||||
url --url=http://dl.rockylinux.org/stg/rocky/8.5/BaseOS/$basearch/os/
|
||||
url --url=http://dl.rockylinux.org/stg/rocky/8.6/BaseOS/$basearch/os/
|
||||
#url --url=http://10.100.0.1/pub/deps
|
||||
|
@ -1,15 +1,15 @@
|
||||
# These should change based on the major/minor release
|
||||
|
||||
# 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.5/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.5/AppStream/$basearch/os/
|
||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.5/PowerTools/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.5/extras/$basearch/os
|
||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/AppStream/$basearch/os/
|
||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/PowerTools/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/extras/$basearch/os
|
||||
|
||||
# EPEL (required for KDE and XFCE)
|
||||
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/
|
||||
|
||||
# URL to the base os repo
|
||||
url --url=http://dl.rockylinux.org/stg/rocky/8.5/BaseOS/$basearch/os/
|
||||
url --url=http://dl.rockylinux.org/stg/rocky/8.6/BaseOS/$basearch/os/
|
||||
#url --url=http://10.100.0.1/pub/deps
|
||||
|
@ -1,10 +1,10 @@
|
||||
# These should change based on the major/minor release
|
||||
|
||||
# Base repos
|
||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.5/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.5/AppStream/$basearch/os/
|
||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.5/PowerTools/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.5/extras/$basearch/os
|
||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/AppStream/$basearch/os/
|
||||
repo --name=PowerTools --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/PowerTools/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/8.6/extras/$basearch/os
|
||||
|
||||
# URL to the base os repo
|
||||
url --url=http://dl.rockylinux.org/stg/rocky/8.5/BaseOS/$basearch/os/
|
||||
url --url=http://dl.rockylinux.org/stg/rocky/8.6/BaseOS/$basearch/os/
|
||||
|
Loading…
Reference in New Issue
Block a user