Realign partitioning
This commit is contained in:
@@ -47,7 +47,13 @@ variable "vm_cores" {
|
||||
|
||||
variable "disk_size" {
|
||||
type = string
|
||||
default = "60G"
|
||||
default = "80G"
|
||||
}
|
||||
|
||||
variable "os_partition_mb" {
|
||||
type = number
|
||||
default = 80692
|
||||
description = "OS (C:) partition size in MB. Formula: (disk_size_MB - 100 EFI - 128 MSR - 1000 Recovery). Default matches 80G disk."
|
||||
}
|
||||
|
||||
variable "network_bridge" {
|
||||
|
||||
Reference in New Issue
Block a user