From 87967996ac11a1936090cd39b120eaf9768885ea Mon Sep 17 00:00:00 2001 From: Steffen Date: Tue, 30 Apr 2024 10:18:20 +0000 Subject: [PATCH] Update file Ubuntu-LTS-Small.sh --- Ubuntu-LTS-Small.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Ubuntu-LTS-Small.sh b/Ubuntu-LTS-Small.sh index f13dfc8..0b5bfef 100644 --- a/Ubuntu-LTS-Small.sh +++ b/Ubuntu-LTS-Small.sh @@ -9,8 +9,7 @@ wget https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.i 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" +#virt-customize -a noble-server-cloudimg-amd64.img --run-command "curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh" qm create $VM_ID --name $VM_NAME --net0 virtio,bridge=vmbr0 qm set $VM_ID --cores "$CPU_CORE" --sockets "$CPU_SOCKET" --memory "$RAM" qm importdisk "$VM_ID" noble-server-cloudimg-amd64.img local-lvm