aboutsummaryrefslogtreecommitdiffstats
path: root/kickstart/rhel9.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kickstart/rhel9.sh')
-rwxr-xr-xkickstart/rhel9.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kickstart/rhel9.sh b/kickstart/rhel9.sh
index af90af6..5decb00 100755
--- a/kickstart/rhel9.sh
+++ b/kickstart/rhel9.sh
@@ -11,6 +11,6 @@ vers="9.0.0"
for v in $vers; do
disk="${dest}/${name}-${v}-ks-x86_64.qcow2"
repo="${base}/latest-RHEL-${v}/compose/BaseOS/x86_64/os/"
- ./run-install.sh "$disk" "$repo" fedora.ks
+ ../scripts/run-kickstart-install.sh "$disk" "$repo" fedora.ks
sudo chown kraxel.kraxel "$disk"
done