Update 3 files

- /Ubuntu-LTS-Small.sh
- /Ubuntu-LTS-Medium.sh
- /Ubuntu-LTS-Large.sh
This commit is contained in:
2024-04-30 12:21:40 +00:00
parent a04d3cf7d5
commit 5e61e90677
3 changed files with 3 additions and 3 deletions

View File

@@ -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"