mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-02-02 20:59:02 +08:00
kickstarts: fix up rhel8 post
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
with_items:
|
||||
- rhel10-post.sh
|
||||
- rhel9-post.sh
|
||||
- rhel8-post.sh
|
||||
- fedora-post.sh
|
||||
tags:
|
||||
- config
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user