diff options
author | Michael Janczyk | 2023-08-04 14:43:58 +0200 |
---|---|---|
committer | Michael Janczyk | 2023-08-04 14:43:58 +0200 |
commit | 42c434df556788ab90a88cb75fc8b0124ccc3549 (patch) | |
tree | e31cbef5f0fdd8dd5f9745a777dabf140ef2086b /http | |
parent | http: rocky: anaconda-ks: move packages to separate step. will be moved to an... (diff) | |
download | packer-templates-master.tar.gz packer-templates-master.tar.xz packer-templates-master.zip |
Diffstat (limited to 'http')
-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 |