From e5942ab2fc2b467005ebb3b6016e4bf52e23254e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 10 Jun 2021 09:53:16 +0200 Subject: [PATCH] Changing URL of install image --- kickstart/template-centos8.ks | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kickstart/template-centos8.ks b/kickstart/template-centos8.ks index 4bc30e5..a60ffbb 100644 --- a/kickstart/template-centos8.ks +++ b/kickstart/template-centos8.ks @@ -9,7 +9,8 @@ firewall --disabled # Use network installation -url --url="https://repo01.pixelpark.com/Linux/yum/centos/8-stream/BaseOS/x86_64/os" --noverifyssl +# url --url="https://repo01.pixelpark.com/Linux/yum/centos/8-stream/BaseOS/x86_64/os" --noverifyssl +url --url="http://cobbler.pixelpark.com/cobbler/ks_mirror/CentOS-8-Stream-x86_64" sshpw --username=inst testtest --plaintext -- 2.39.5