actually fix it this time

This commit is contained in:
Neil Hanlon 2022-12-13 17:59:38 -05:00
parent f7fb79194d
commit 50e805b0ad
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +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=https://dl.rockylinux.org/stg/rocky/9/extras/$basearch/os/"
repo --name "sig-cloud-common" --baseurl=https://yumrepofs.build.resf.org/v1/projects/15016370-1410-4459-a1a2-a1576041fd19/repo/cloud-common/$basearch/
repo --name=epel --cost=200 --baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/$basearch/
repo --name "extras" --baseurl="https://dl.rockylinux.org/stg/rocky/9/extras/$basearch/os/"
repo --name "sig-cloud-common" --baseurl="https://yumrepofs.build.resf.org/v1/projects/15016370-1410-4459-a1a2-a1576041fd19/repo/cloud-common/$basearch/" --cost=100
repo --name=epel --cost=200 --baseurl="https://dl.fedoraproject.org/pub/epel/9/Everything/$basearch/"
# System authorization information
auth --enableshadow --passalgo=sha512
# Firewall configuration