forked from sig_core/kickstarts
Add EPEL for OCP to pull python3-daemon
This commit is contained in:
parent
68160e53ce
commit
75dedf5877
@ -15,8 +15,9 @@ text
|
||||
network --bootproto=dhcp --device=link --activate
|
||||
# Use network installation
|
||||
url --url="https://download.rockylinux.org/stg/rocky/9/BaseOS/$basearch/os/"
|
||||
repo --name "extras" --baseurl=http://dl.rockylinux.org/stg/rocky/9/extras/$basearch/os/
|
||||
repo --name "sig-cloud-common" --baseurl=http://dl.rockylinux.org/stg/sig/9/cloud/$basearch/cloud-common/ --includepkgs="oci-utils"
|
||||
repo --name "extras" --baseurl=https://dl.rockylinux.org/stg/rocky/9/extras/$basearch/os/
|
||||
repo --name "sig-cloud-common" --baseurl=https://dl.rockylinux.org/stg/sig/9/cloud/$basearch/cloud-common/ --includepkgs="oci-utils"
|
||||
repo --name=epel --cost=200 --baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/$basearch/
|
||||
# System authorization information
|
||||
auth --enableshadow --passalgo=sha512
|
||||
# Firewall configuration
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
repo --name "sig-cloud-common" --baseurl=http://dl.rockylinux.org/stg/sig/9/cloud/$basearch/cloud-common/ --includepkgs="oci-utils"
|
||||
repo --name "extras" --baseurl=http://dl.rockylinux.org/stg/rocky/9/extras/$basearch/os/
|
||||
repo --name=epel --cost=200 --baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/$basearch/
|
||||
|
||||
bootloader --append="console=ttyS0,115200n8 console=tty0 no_timer_check crashkernel=auto net.ifnames=0 LANG=en_US.UTF-8 transparent_hugepage=never rd.luks=0 rd.md=0 rd.dm=0 rd.lvm.vg=rocky rd.lvm.lv=rocky/root rd.net.timeout.dhcp=10" --location=mbr --timeout=1 --boot-drive=vda
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user