From 4ef0e579a079fa79866613663a2a53ae84c8a30b Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 5 Mar 2023 11:00:39 +0000 Subject: [PATCH] Update file cloudinit.sh --- vm_templates/cloudinit.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vm_templates/cloudinit.sh b/vm_templates/cloudinit.sh index 58fba34..6dda951 100644 --- a/vm_templates/cloudinit.sh +++ b/vm_templates/cloudinit.sh @@ -1,7 +1,7 @@ -export URL="https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221219.0.x86_64.qcow2" +export URL="https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230227.0.x86_64.qcow2" export NAME="centos9.qcow2" export VM="CentOS9-Template" -export VMID="999990" +export VMID="99999" export LOCATION="NVMeSSD" echo Downloading Image @@ -24,7 +24,7 @@ qm set $VMID --searchdomain durp.loc qm set $VMID --ciuser administrator echo Converting to Template -qm template $ID +qm template $VMID echo Deleting image -rm $NAME \ No newline at end of file +rm $NAME