forked from infra/ansible
kickstarts: kvm-rhel-10: fix repo paths
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8f3def5c91
commit
8c54ea4bad
1 changed files with 3 additions and 3 deletions
|
|
@ -7,9 +7,9 @@ eula --agreed
|
|||
# Setup Repository info
|
||||
url --url=https://infrastructure.fedoraproject.org/repo/rhel/RHEL10-x86_64/
|
||||
repo --name=epel --baseurl=https://infrastructure.fedoraproject.org/pub/epel/10/Everything/x86_64/
|
||||
repo --name="net-baseos" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/x86_64/baseos/
|
||||
repo --name="net-appstream" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/x86_64/appstream
|
||||
repo --name="net-crb" --baseurl=https://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/x86_64/crb
|
||||
repo --name="net-baseos" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/baseos/
|
||||
repo --name="net-appstream" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/appstream/
|
||||
repo --name="net-crb" --baseurl=http://infrastructure.fedoraproject.org/repo/rhel/rhel10/10/repos/x86_64/crb/
|
||||
# Run the Setup Agent on first boot
|
||||
firstboot --disable
|
||||
# Keyboard layouts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue