From 42c434df556788ab90a88cb75fc8b0124ccc3549 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Fri, 4 Aug 2023 14:43:58 +0200 Subject: http: centos-8: changed mirror to 8-stream and inst group to core. --- http/centos-8/anaconda-ks.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'http') diff --git a/http/centos-8/anaconda-ks.cfg b/http/centos-8/anaconda-ks.cfg index 236870a..9cb94ed 100644 --- a/http/centos-8/anaconda-ks.cfg +++ b/http/centos-8/anaconda-ks.cfg @@ -4,7 +4,7 @@ text reboot -url --mirrorlist=http://mirrorlist.centos.org/?release=8&arch=x86_64&repo=baseos +url --mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=baseos lang en_US.UTF-8 keyboard --vckeymap=us --xlayouts='us' timezone Europe/Berlin --isUtc --nontp @@ -14,7 +14,7 @@ part biosboot --fstype="biosboot" --ondisk=sda --size=1 part / --fstype="xfs" --ondisk=sda --grow --label=SLX_SYS %packages -@^minimal-environment +@core %end # small python script to extract the password from the kernel command line -- cgit v1.2.3-55-g7522