diff options
-rw-r--r-- | http/centos-8/anaconda-ks.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
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 |