forked from infra/ansible
kickstarts: fix up rhel8 post
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
7444b4d73f
commit
901600c950
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue