aboutsummaryrefslogtreecommitdiffstats
path: root/kickstart/centos8.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kickstart/centos8.sh')
-rwxr-xr-xkickstart/centos8.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kickstart/centos8.sh b/kickstart/centos8.sh
index 7164dfe..604bed1 100755
--- a/kickstart/centos8.sh
+++ b/kickstart/centos8.sh
@@ -7,5 +7,5 @@ repo="http://spunk.home.kraxel.org/centos/8/BaseOS/x86_64/os/"
dest="/vmdisk/hdd/imagefish"
disk="${dest}/${name}-${vers}-ks-x86_64.qcow2"
-./run-install.sh "$disk" "$repo" el8.ks
+../scripts/run-kickstart-install.sh "$disk" "$repo" el8.ks
sudo chown kraxel.kraxel "$disk"