From 5fceec49d4a50aca9ba3f1568b9071a2b612f6f4 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 9 Jun 2021 10:56:20 +0200 Subject: [PATCH] Changing install repo --- kickstart/template-centos8.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kickstart/template-centos8.ks b/kickstart/template-centos8.ks index ec47cd6..7ead95c 100644 --- a/kickstart/template-centos8.ks +++ b/kickstart/template-centos8.ks @@ -9,7 +9,7 @@ firewall --disabled # Use network installation -url --url="https://repo01.pixelpark.com/Linux/yum/centos/8/BaseOS/x86_64/os" --noverifyssl +url --url="https://repo01.pixelpark.com/Linux/yum/centos/8-stream/BaseOS/x86_64/os" --noverifyssl sshpw --username=inst testtest --plaintext -- 2.39.5