From e4d8d251bdfd61f16160e1587969ec06d1ee39c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 6 Mar 2026 18:38:42 +0100 Subject: [PATCH] fix typo --- kickstart.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kickstart.cfg b/kickstart.cfg index 1e68ab5..ebfc096 100644 --- a/kickstart.cfg +++ b/kickstart.cfg @@ -6,8 +6,8 @@ url --url=http://192.168.122.1:8080/centos/10-stream/BaseOS/$basearch/os/ # Add the local mirrors as repositories -repo --name=epel --baseurl=http://192.168.122.1:8080:8080/epel/10/Everything/$basearch/ -repo --name=baseos --baseurl=http://192.168.122.1:8080:8080/centos/10-stream/BaseOS/$basearch/os/ +repo --name=epel --baseurl=http://192.168.122.1:8080/epel/10/Everything/$basearch/ +repo --name=baseos --baseurl=http://192.168.122.1:8080/centos/10-stream/BaseOS/$basearch/os/ # Install mode: text (interactive installs) or cmdline (unattended installs) text