diff --git a/Ubuntu-LTS-Large.sh b/Ubuntu-LTS-Large.sh index 8bb6f0a..301b79b 100644 --- a/Ubuntu-LTS-Large.sh +++ b/Ubuntu-LTS-Large.sh @@ -1,11 +1,11 @@ -VM_ID=3000 +VM_ID=4000 VM_NAME="Ubuntu-24-04-LTS-Large-Docker" CPU_CORE=4 CPU_SOCKET=2 RAM=8192 DISK=100 #getting latest image" -wget https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img +#wget https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img #installing qemu guest agent and remove HW ID virt-customize -a noble-server-cloudimg-amd64.img --install qemu-guest-agent virt-customize -a noble-server-cloudimg-amd64.img --run-command "curl -fsSL https://get.docker.com -o get-docker.sh diff --git a/Ubuntu-LTS-Medium.sh b/Ubuntu-LTS-Medium.sh index 2b8aa28..78bde50 100644 --- a/Ubuntu-LTS-Medium.sh +++ b/Ubuntu-LTS-Medium.sh @@ -1,11 +1,11 @@ -VM_ID=2000 +VM_ID=3000 VM_NAME="Ubuntu-24-04-LTS-Medium-Docker" CPU_CORE=2 CPU_SOCKET=2 RAM=4096 DISK=50 #getting latest image" -wget https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img +#wget https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img #installing qemu guest agent and remove HW ID virt-customize -a noble-server-cloudimg-amd64.img --install qemu-guest-agent virt-customize -a noble-server-cloudimg-amd64.img --run-command "curl -fsSL https://get.docker.com -o get-docker.sh @@ -22,5 +22,5 @@ qm resize $VM_ID scsi0 "$DISK"G qm set "$VM_ID" --ipconfig0 ip=dhcp qm set "$VM_ID" --agent enabled=1 qm template "$VM_ID" -rm noble-server-cloudimg-amd64.img clean iso +#rm noble-server-cloudimg-amd64.img clean iso echo "Template er ferdig med id "$VM_ID"" \ No newline at end of file diff --git a/Ubuntu-LTS-Small.sh b/Ubuntu-LTS-Small.sh index d2219db..f2167f5 100644 --- a/Ubuntu-LTS-Small.sh +++ b/Ubuntu-LTS-Small.sh @@ -1,4 +1,4 @@ -VM_ID=1000 +VM_ID=2000 VM_NAME="Ubuntu-24-04-LTS-Small" CPU_CORE=2 CPU_SOCKET=2 @@ -22,5 +22,5 @@ qm resize $VM_ID scsi0 "$DISK"G qm set "$VM_ID" --ipconfig0 ip=dhcp qm set "$VM_ID" --agent enabled=1 qm template "$VM_ID" -rm noble-server-cloudimg-amd64.img clean iso +#rm noble-server-cloudimg-amd64.img clean iso echo "Template er ferdig med id "$VM_ID"" \ No newline at end of file