From 5e61e90677bc8614b0b3a9645fa2d5e1a1332923 Mon Sep 17 00:00:00 2001 From: Steffen Date: Tue, 30 Apr 2024 12:21:40 +0000 Subject: [PATCH] Update 3 files - /Ubuntu-LTS-Small.sh - /Ubuntu-LTS-Medium.sh - /Ubuntu-LTS-Large.sh --- Ubuntu-LTS-Large.sh | 2 +- Ubuntu-LTS-Medium.sh | 2 +- Ubuntu-LTS-Small.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ubuntu-LTS-Large.sh b/Ubuntu-LTS-Large.sh index 9a41fe4..a8cd565 100644 --- a/Ubuntu-LTS-Large.sh +++ b/Ubuntu-LTS-Large.sh @@ -6,7 +6,7 @@ RAM=8192 DISK=100 #getting latest image" #wget https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img -installing qemu guest agent and remove HW ID +#installing qemu guest agent and remove HW ID virt-customize -a noble-server-cloudimg-amd64.img --install qemu-guest-agent #docker.io,docker-compose virt-customize -a noble-server-cloudimg-amd64.img --run-command "echo -n > /etc/machine-id" 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 c39dd85..6bf9b4c 100644 --- a/Ubuntu-LTS-Medium.sh +++ b/Ubuntu-LTS-Medium.sh @@ -6,7 +6,7 @@ RAM=4096 DISK=50 #getting latest image" #wget https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img -installing qemu guest agent and remove HW ID +#installing qemu guest agent and remove HW ID virt-customize -a noble-server-cloudimg-amd64.img --install qemu-guest-agent #docker.io,docker-compose virt-customize -a noble-server-cloudimg-amd64.img --run-command "echo -n > /etc/machine-id" 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-Small.sh b/Ubuntu-LTS-Small.sh index 8b144b9..aaddd7b 100644 --- a/Ubuntu-LTS-Small.sh +++ b/Ubuntu-LTS-Small.sh @@ -6,7 +6,7 @@ RAM=2048 DISK=50 #getting latest image" wget https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img -installing qemu guest agent and remove HW ID +#installing qemu guest agent and remove HW ID virt-customize -a noble-server-cloudimg-amd64.img --install qemu-guest-agent #docker.io,docker-compose virt-customize -a noble-server-cloudimg-amd64.img --run-command "echo -n > /etc/machine-id" #virt-customize -a noble-server-cloudimg-amd64.img --run-command "curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh"