Feature: Ubuntu 22.04 VM > Redesign | Optional HDD-Size Prompt (#1712)

* Update ubuntu2204-vm.sh

* set space to 5g

* increase space

* add cifs support
This commit is contained in:
CanbiZ
2025-01-24 12:02:07 +01:00
committed by GitHub
parent 38b692aaa3
commit 928eabc202
2 changed files with 140 additions and 69 deletions

View File

@ -20,7 +20,7 @@
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 2,
"hdd": 5,
"os": null,
"version": null
}