From 712daafc6a640818fb245de191b403b6691d9372 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 18 Jul 2022 14:03:55 -0400 Subject: [PATCH] test script --- vm/pimox-haos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/pimox-haos.sh b/vm/pimox-haos.sh index 13aaae0b..fa00b8cc 100644 --- a/vm/pimox-haos.sh +++ b/vm/pimox-haos.sh @@ -329,7 +329,7 @@ qm set $VMID \ -scsi0 ${DISK1_REF},size=6G >/dev/null qm set $VMID \ -boot order=scsi0 >/dev/null -qm resize $VMID scsi0 +26G >/dev/null +#qm resize $VMID scsi0 +26G >/dev/null qm set $VMID -description "# Home Assistant OS ### https://github.com/tteck/Proxmox" >/dev/null