From 344975b69e4eca702e2eced010920c7af3737c5e Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 5 Aug 2023 23:40:41 +0000 Subject: [PATCH] Increase disk size --- build-proxmox-template | 1 + 1 file changed, 1 insertion(+) diff --git a/build-proxmox-template b/build-proxmox-template index 8ac640c..8d76f61 100755 --- a/build-proxmox-template +++ b/build-proxmox-template @@ -29,6 +29,7 @@ qm destroy ${VMID} || true qm create ${VMID} --name ${NAME} --memory 1024 --net0 virtio,bridge=${BRIDGE} qm importdisk ${VMID} ${NAME}.qcow2 ${STORAGE} qm set ${VMID} --scsihw virtio-scsi-pci --scsi0 ${STORAGE}:vm-${VMID}-disk-0,ssd=1,discard=on +qm resize ${VMID} scsi0 16G qm set ${VMID} --ide2 ${STORAGE}:cloudinit qm set ${VMID} --boot c --bootdisk scsi0 qm set ${VMID} --serial0 socket --vga serial0