Update 'Rocky-8-OCP-Base.ks'

This commit is contained in:
Neil Hanlon 2023-05-18 15:46:30 +00:00
parent 57b1de6008
commit 37f49cf768
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ text
# Network information
network --bootproto=dhcp --device=link --activate
network --bootproto=dhcp --hostname=localhost.localdomain
repo --name="oraclelinux-addons" --baseurl=http://yum.oracle.com/repo/OracleLinux/OL8/addons/$basearch/ --includepkgs="oci-utils,python36-oci-sdk,python3-sdnotify,python3-daemon,python3-circuitbreaker,python3-lockfile" --install
repo --name="oraclelinux-addons" --baseurl=http://yum.oracle.com/repo/OracleLinux/OL8/addons/$basearch/ --excludepkgs="kernel" --install
# Use network installation
url --url="https://download.rockylinux.org/stg/rocky/8/BaseOS/$basearch/os/"
# System authorization information