aboutsummaryrefslogtreecommitdiffstats
path: root/kickstart/centos8.sh
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-10-21 12:52:22 +0200
committerGerd Hoffmann <kraxel@redhat.com>2021-10-21 12:52:22 +0200
commitff08154f5d16a48feb6af94737f1e92c26f5bb56 (patch)
tree3abf35d04913c7a10309dbfbefa448b400cff785 /kickstart/centos8.sh
parent083ae4761d81d0c5b1ef371ba484d5837c7803c2 (diff)
downloadimagefish-ff08154f5d16a48feb6af94737f1e92c26f5bb56.tar.gz
move kickstart script
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"