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"