forked from sig_core/kickstarts
start r9 live kickstarts
This commit is contained in:
parent
225ede7fc5
commit
5c668d21b7
@ -4,7 +4,7 @@
|
||||
|
||||
# Basic setup information
|
||||
|
||||
url --url https://dl.rockylinux.org/stg/rocky/8/BaseOS/$basearch/os/
|
||||
url --url https://dl.rockylinux.org/stg/rocky/9/BaseOS/$basearch/os/
|
||||
|
||||
bootloader --disable
|
||||
firewall --disabled
|
@ -113,7 +113,7 @@ dnf clean all
|
||||
# XXX instance type markers - MUST match Rocky Infra expectation
|
||||
echo 'ec2' > /etc/yum/vars/infra
|
||||
|
||||
# change dhcp client retry/timeouts to resolve #6866
|
||||
# change dhcp client retry/timeouts to resolve #69.0
|
||||
cat >> /etc/dhcp/dhclient.conf << EOF
|
||||
|
||||
timeout 300;
|
@ -113,7 +113,7 @@ dnf clean all
|
||||
# XXX instance type markers - MUST match Rocky Infra expectation
|
||||
echo 'genclo' > /etc/yum/vars/infra
|
||||
|
||||
# change dhcp client retry/timeouts to resolve #6866
|
||||
# change dhcp client retry/timeouts to resolve #69.0
|
||||
cat >> /etc/dhcp/dhclient.conf << EOF
|
||||
|
||||
timeout 300;
|
@ -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.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
|
||||
url --url="http://dl.rockylinux.org/pub/rocky/9.0/BaseOS/$basearch/os/"
|
||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/BaseOS/$basearch/os/ --cost=200
|
||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/AppStream/$basearch/os/ --cost=200
|
||||
repo --name="CRB" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/CRB/$basearch/os/ --cost=200
|
||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/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
|
||||
@ -186,7 +186,7 @@ systemctl stop atd.service 2> /dev/null || :
|
||||
systemctl --no-reload disable abrtd.service 2> /dev/null || :
|
||||
systemctl stop abrtd.service 2> /dev/null || :
|
||||
|
||||
# Don't sync the system clock when running live (RHBZ #1018162)
|
||||
# Don't sync the system clock when running live (RHBZ #1019.02)
|
||||
sed -i 's/rtcsync//' /etc/chrony.conf
|
||||
|
||||
# Mark things as configured
|
||||
@ -311,7 +311,7 @@ rm -f /boot/*-rescue*
|
||||
rm -f /etc/machine-id
|
||||
touch /etc/machine-id
|
||||
|
||||
# set default GTK+ theme for root (see #683855, #689070, #808062)
|
||||
# set default GTK+ theme for root (see #683855, #689070, #809.02)
|
||||
cat > /root/.gtkrc-2.0 << EOF
|
||||
include "/usr/share/themes/Adwaita/gtk-2.0/gtkrc"
|
||||
include "/etc/gtk-2.0/gtkrc"
|
||||
@ -416,7 +416,7 @@ restorecon -R /
|
||||
EOF
|
||||
|
||||
systemctl enable --force sddm.service
|
||||
dnf config-manager --set-enabled powertools
|
||||
dnf config-manager --set-enabled crb
|
||||
|
||||
%end
|
||||
|
@ -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.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
|
||||
url --url="http://dl.rockylinux.org/pub/rocky/9.0/BaseOS/$basearch/os/"
|
||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/BaseOS/$basearch/os/ --cost=200
|
||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/AppStream/$basearch/os/ --cost=200
|
||||
repo --name="CRB" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/CRB/$basearch/os/ --cost=200
|
||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/extras/$basearch/os --cost=200
|
||||
# System timezone
|
||||
timezone US/Eastern
|
||||
# SELinux configuration
|
||||
@ -184,7 +184,7 @@ systemctl stop atd.service 2> /dev/null || :
|
||||
systemctl --no-reload disable abrtd.service 2> /dev/null || :
|
||||
systemctl stop abrtd.service 2> /dev/null || :
|
||||
|
||||
# Don't sync the system clock when running live (RHBZ #1018162)
|
||||
# Don't sync the system clock when running live (RHBZ #1019.02)
|
||||
sed -i 's/rtcsync//' /etc/chrony.conf
|
||||
|
||||
# Mark things as configured
|
@ -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.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="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/BaseOS/$basearch/os/ --cost=200
|
||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/AppStream/$basearch/os/ --cost=200
|
||||
repo --name="CRB" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/CRB/$basearch/os/ --cost=200
|
||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/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.6/BaseOS/$basearch/os/"
|
||||
url --url="http://dl.rockylinux.org/pub/rocky/9.0/BaseOS/$basearch/os/"
|
||||
# System bootloader configuration
|
||||
bootloader --location=none
|
||||
# Clear the Master Boot Record
|
||||
@ -186,7 +186,7 @@ systemctl stop atd.service 2> /dev/null || :
|
||||
systemctl --no-reload disable abrtd.service 2> /dev/null || :
|
||||
systemctl stop abrtd.service 2> /dev/null || :
|
||||
|
||||
# Don't sync the system clock when running live (RHBZ #1018162)
|
||||
# Don't sync the system clock when running live (RHBZ #1019.02)
|
||||
sed -i 's/rtcsync//' /etc/chrony.conf
|
||||
|
||||
# Mark things as configured
|
@ -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.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
|
||||
url --url="http://dl.rockylinux.org/pub/rocky/9.0/BaseOS/$basearch/os/"
|
||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/BaseOS/$basearch/os/ --cost=200
|
||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/AppStream/$basearch/os/ --cost=200
|
||||
repo --name="CRB" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/CRB/$basearch/os/ --cost=200
|
||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/extras/$basearch/os --cost=200
|
||||
# System timezone
|
||||
timezone US/Eastern
|
||||
# SELinux configuration
|
||||
@ -184,7 +184,7 @@ systemctl stop atd.service 2> /dev/null || :
|
||||
systemctl --no-reload disable abrtd.service 2> /dev/null || :
|
||||
systemctl stop abrtd.service 2> /dev/null || :
|
||||
|
||||
# Don't sync the system clock when running live (RHBZ #1018162)
|
||||
# Don't sync the system clock when running live (RHBZ #1019.02)
|
||||
sed -i 's/rtcsync//' /etc/chrony.conf
|
||||
|
||||
# Mark things as configured
|
@ -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.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
|
||||
url --url="http://dl.rockylinux.org/pub/rocky/9.0/BaseOS/$basearch/os/"
|
||||
repo --name="BaseOS" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/BaseOS/$basearch/os/ --cost=200
|
||||
repo --name="AppStream" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/AppStream/$basearch/os/ --cost=200
|
||||
repo --name="CRB" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/CRB/$basearch/os/ --cost=200
|
||||
repo --name="extras" --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/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
|
||||
@ -186,7 +186,7 @@ systemctl stop atd.service 2> /dev/null || :
|
||||
systemctl --no-reload disable abrtd.service 2> /dev/null || :
|
||||
systemctl stop abrtd.service 2> /dev/null || :
|
||||
|
||||
# Don't sync the system clock when running live (RHBZ #1018162)
|
||||
# Don't sync the system clock when running live (RHBZ #1019.02)
|
||||
sed -i 's/rtcsync//' /etc/chrony.conf
|
||||
|
||||
# Mark things as configured
|
||||
@ -391,7 +391,7 @@ EOF
|
||||
|
||||
# this doesn't come up automatically. not sure why.
|
||||
systemctl enable --force lightdm.service
|
||||
dnf config-manager --set-enabled powertools
|
||||
dnf config-manager --set-enabled crb
|
||||
|
||||
%end
|
||||
|
@ -1,5 +1,5 @@
|
||||
url --url=http://dl.rockylinux.org/pub/rocky/8/BaseOS/x86_64/os
|
||||
repo --name=AppStream --baseurl=http://dl.rockylinux.org/pub/rocky/8/AppStream/x86_64/os
|
||||
url --url=http://dl.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os
|
||||
repo --name=AppStream --baseurl=http://dl.rockylinux.org/pub/rocky/9/AppStream/x86_64/os
|
||||
text
|
||||
keyboard --vckeymap us
|
||||
lang en_US
|
@ -1,5 +1,5 @@
|
||||
url --url=http://dl.rockylinux.org/pub/rocky/8/BaseOS/x86_64/os
|
||||
repo --name=AppStream --baseurl=http://dl.rockylinux.org/pub/rocky/8/AppStream/x86_64/os
|
||||
url --url=http://dl.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os
|
||||
repo --name=AppStream --baseurl=http://dl.rockylinux.org/pub/rocky/9/AppStream/x86_64/os
|
||||
text
|
||||
keyboard --vckeymap us
|
||||
lang en_US
|
@ -205,7 +205,7 @@ systemctl stop atd.service 2> /dev/null || :
|
||||
systemctl --no-reload disable abrtd.service 2> /dev/null || :
|
||||
systemctl stop abrtd.service 2> /dev/null || :
|
||||
|
||||
# Don't sync the system clock when running live (RHBZ #1018162)
|
||||
# Don't sync the system clock when running live (RHBZ #1019.02)
|
||||
sed -i 's/rtcsync//' /etc/chrony.conf
|
||||
|
||||
# Mark things as configured
|
@ -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.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
|
||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/AppStream/$basearch/os/
|
||||
repo --name=CRB --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/CRB/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/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.6/BaseOS/$basearch/os/
|
||||
url --url=http://dl.rockylinux.org/pub/rocky/9.0/BaseOS/$basearch/os/
|
||||
#url --url=http://10.100.0.1/pub/deps
|
@ -207,7 +207,7 @@ systemctl stop atd.service 2> /dev/null || :
|
||||
systemctl --no-reload disable abrtd.service 2> /dev/null || :
|
||||
systemctl stop abrtd.service 2> /dev/null || :
|
||||
|
||||
# Don't sync the system clock when running live (RHBZ #1018162)
|
||||
# Don't sync the system clock when running live (RHBZ #1019.02)
|
||||
sed -i 's/rtcsync//' /etc/chrony.conf
|
||||
|
||||
# Mark things as configured
|
@ -203,7 +203,7 @@ systemctl stop atd.service 2> /dev/null || :
|
||||
systemctl --no-reload disable abrtd.service 2> /dev/null || :
|
||||
systemctl stop abrtd.service 2> /dev/null || :
|
||||
|
||||
# Don't sync the system clock when running live (RHBZ #1018162)
|
||||
# Don't sync the system clock when running live (RHBZ #1019.02)
|
||||
sed -i 's/rtcsync//' /etc/chrony.conf
|
||||
|
||||
# Mark things as configured
|
@ -5,7 +5,7 @@
|
||||
|
||||
%post
|
||||
|
||||
# set default GTK+ theme for root (see #683855, #689070, #808062)
|
||||
# set default GTK+ theme for root (see #683855, #689070, #809.02)
|
||||
cat > /root/.gtkrc-2.0 << EOF
|
||||
include "/usr/share/themes/Adwaita/gtk-2.0/gtkrc"
|
||||
include "/etc/gtk-2.0/gtkrc"
|
||||
@ -110,6 +110,6 @@ restorecon -R /
|
||||
EOF
|
||||
|
||||
systemctl enable --force sddm.service
|
||||
dnf config-manager --set-enabled powertools
|
||||
dnf config-manager --set-enabled crb
|
||||
|
||||
%end
|
@ -87,6 +87,6 @@ EOF
|
||||
|
||||
# this doesn't come up automatically. not sure why.
|
||||
systemctl enable --force lightdm.service
|
||||
dnf config-manager --set-enabled powertools
|
||||
dnf config-manager --set-enabled crb
|
||||
|
||||
%end
|
@ -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.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
|
||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/AppStream/$basearch/os/
|
||||
repo --name=CRB --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/CRB/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/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.6/BaseOS/$basearch/os/
|
||||
url --url=http://dl.rockylinux.org/pub/rocky/9.0/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.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
|
||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/AppStream/$basearch/os/
|
||||
repo --name=CRB --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/CRB/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/pub/rocky/9.0/extras/$basearch/os
|
||||
|
||||
# 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/pub/rocky/9.0/BaseOS/$basearch/os/
|
@ -204,7 +204,7 @@ systemctl stop atd.service 2> /dev/null || :
|
||||
systemctl --no-reload disable abrtd.service 2> /dev/null || :
|
||||
systemctl stop abrtd.service 2> /dev/null || :
|
||||
|
||||
# Don't sync the system clock when running live (RHBZ #1018162)
|
||||
# Don't sync the system clock when running live (RHBZ #1019.02)
|
||||
sed -i 's/rtcsync//' /etc/chrony.conf
|
||||
|
||||
# Mark things as configured
|
@ -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.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
|
||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/9.0/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/9.0/AppStream/$basearch/os/
|
||||
repo --name=CRB --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/9.0/CRB/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/9.0/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.6/BaseOS/$basearch/os/
|
||||
url --url=http://dl.rockylinux.org/stg/rocky/9.0/BaseOS/$basearch/os/
|
||||
#url --url=http://10.100.0.1/pub/deps
|
@ -207,7 +207,7 @@ systemctl stop atd.service 2> /dev/null || :
|
||||
systemctl --no-reload disable abrtd.service 2> /dev/null || :
|
||||
systemctl stop abrtd.service 2> /dev/null || :
|
||||
|
||||
# Don't sync the system clock when running live (RHBZ #1018162)
|
||||
# Don't sync the system clock when running live (RHBZ #1019.02)
|
||||
sed -i 's/rtcsync//' /etc/chrony.conf
|
||||
|
||||
# Mark things as configured
|
@ -203,7 +203,7 @@ systemctl stop atd.service 2> /dev/null || :
|
||||
systemctl --no-reload disable abrtd.service 2> /dev/null || :
|
||||
systemctl stop abrtd.service 2> /dev/null || :
|
||||
|
||||
# Don't sync the system clock when running live (RHBZ #1018162)
|
||||
# Don't sync the system clock when running live (RHBZ #1019.02)
|
||||
sed -i 's/rtcsync//' /etc/chrony.conf
|
||||
|
||||
# Mark things as configured
|
@ -5,7 +5,7 @@
|
||||
|
||||
%post
|
||||
|
||||
# set default GTK+ theme for root (see #683855, #689070, #808062)
|
||||
# set default GTK+ theme for root (see #683855, #689070, #809.02)
|
||||
cat > /root/.gtkrc-2.0 << EOF
|
||||
include "/usr/share/themes/Adwaita/gtk-2.0/gtkrc"
|
||||
include "/etc/gtk-2.0/gtkrc"
|
||||
@ -110,6 +110,6 @@ restorecon -R /
|
||||
EOF
|
||||
|
||||
systemctl enable --force sddm.service
|
||||
dnf config-manager --set-enabled powertools
|
||||
dnf config-manager --set-enabled crb
|
||||
|
||||
%end
|
@ -87,6 +87,6 @@ EOF
|
||||
|
||||
# this doesn't come up automatically. not sure why.
|
||||
systemctl enable --force lightdm.service
|
||||
dnf config-manager --set-enabled powertools
|
||||
dnf config-manager --set-enabled crb
|
||||
|
||||
%end
|
@ -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.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
|
||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/9.0/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/9.0/AppStream/$basearch/os/
|
||||
repo --name=CRB --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/9.0/CRB/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/9.0/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.6/BaseOS/$basearch/os/
|
||||
url --url=http://dl.rockylinux.org/stg/rocky/9.0/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.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
|
||||
repo --name=BaseOS --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/9.0/BaseOS/$basearch/os/
|
||||
repo --name=AppStream --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/9.0/AppStream/$basearch/os/
|
||||
repo --name=CRB --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/9.0/CRB/$basearch/os/
|
||||
repo --name=extras --cost=200 --baseurl=http://dl.rockylinux.org/stg/rocky/9.0/extras/$basearch/os
|
||||
|
||||
# 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/stg/rocky/9.0/BaseOS/$basearch/os/
|
Loading…
Reference in New Issue
Block a user