kickstarts: fix up rhel8 post

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2025-06-24 18:36:15 -07:00
parent 7444b4d73f
commit 901600c950
2 changed files with 2 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
with_items:
- rhel10-post.sh
- rhel9-post.sh
- rhel8-post.sh
- fedora-post.sh
tags:
- config

View File

@@ -76,6 +76,6 @@ zsh
%post --nochroot --log=/mnt/sysimage/root/post.output --erroronfail
mkdir /mnt/sysimage/root/tmp
chroot /mnt/sysimage /usr/bin/curl http://infrastructure.fedoraproject.org/rhel/ks/post/rhel8-post.sh -o /root/tmp/rhel8-post.sh
chroot /mnt/sysimage /usr/bin/curl https://infrastructure.fedoraproject.org/rhel/ks/post/rhel8-post.sh -o /root/tmp/rhel8-post.sh
chroot /mnt/sysimage /bin/bash /root/tmp/rhel8-post.sh
%end