You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Hi @tteck,
I like your script for Home Assistant OS VM. However, I'd like to change the size of the (virtual) hard disk to 16Gb instead of 32 Gb. I tried to fork your script and changed row 328 to -scsi0 ${DISK1_REF},size=16G >/dev/null. However, after using the changed script, still a 32Gb drive was created. Do you know what my mistake here is?
I used the following command: bash -c "$(wget -qLO - https://raw.githubusercontent.com/jonas240/Proxmox/main/vm/haos-vm-v3.sh)"
Hi @tteck,
I like your script for Home Assistant OS VM. However, I'd like to change the size of the (virtual) hard disk to 16Gb instead of 32 Gb. I tried to fork your script and changed row 328 to
-scsi0 ${DISK1_REF},size=16G >/dev/null. However, after using the changed script, still a 32Gb drive was created. Do you know what my mistake here is?I used the following command:
bash -c "$(wget -qLO - https://raw.githubusercontent.com/jonas240/Proxmox/main/vm/haos-vm-v3.sh)"Thank you for your help!
Jonas