diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-10-21 12:52:22 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-10-21 12:52:22 +0200 |
commit | ff08154f5d16a48feb6af94737f1e92c26f5bb56 (patch) | |
tree | 3abf35d04913c7a10309dbfbefa448b400cff785 /kickstart/centos8.sh | |
parent | 083ae4761d81d0c5b1ef371ba484d5837c7803c2 (diff) | |
download | imagefish-ff08154f5d16a48feb6af94737f1e92c26f5bb56.tar.gz |
move kickstart script
Diffstat (limited to 'kickstart/centos8.sh')
-rwxr-xr-x | kickstart/centos8.sh | 2 |
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" |