VM boot & setup timeouts
This commit is contained in:
parent
a47b4fc0ec
commit
970664429a
6 changed files with 89 additions and 19 deletions
|
|
@ -53,6 +53,7 @@ func NewBuildContext(logger *slog.Logger, baseISOPath string, outPath string, sh
|
|||
Drives: []vm.DriveConfig{{
|
||||
Path: outPath,
|
||||
}},
|
||||
MemoryAlloc: 512,
|
||||
UnrestrictedNetworking: true,
|
||||
ShowDisplay: showVMDisplay,
|
||||
InstallBaseUtilities: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue