aboutsummaryrefslogtreecommitdiffstats
path: root/kickstart/fedora.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kickstart/fedora.sh')
-rwxr-xr-xkickstart/fedora.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kickstart/fedora.sh b/kickstart/fedora.sh
index 5b867fe..5ad49e1 100755
--- a/kickstart/fedora.sh
+++ b/kickstart/fedora.sh
@@ -7,5 +7,5 @@ repo="http://spunk.home.kraxel.org/mirror/fedora/rsync/f${vers}-release/Server/x
dest="/vmdisk/hdd/imagefish"
disk="${dest}/${name}-${vers}-ks-x86_64.qcow2"
-./run-install.sh "$disk" "$repo" "fedora.ks"
+../scripts/run-kickstart-install.sh "$disk" "$repo" "fedora.ks"
sudo chown kraxel.kraxel "$disk"