Skip to content

Commit

Permalink
Fixed packing with VirtualBox 6.x for Windows 7 and 8.1
Browse files Browse the repository at this point in the history
Removed the (pointless) modifyvm statements --vcpenabled and --vcpfile (which are now --recording and --recordingfile). Since the default is "off" anyway, there is no good reason to set it to off again.
  • Loading branch information
MShekow committed Dec 23, 2019
1 parent c278ec9 commit b561d11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions windows_7.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,6 @@
"{{.Name}}",
"--vrdeport",
"13389"
],
[
"modifyvm",
"{{.Name}}",
"--vcpenabled",
"off"
],
[
"modifyvm",
"{{.Name}}",
"--vcpfile",
"windows_7.webm"
]
]
}
Expand Down
12 changes: 0 additions & 12 deletions windows_81.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,6 @@
"{{.Name}}",
"--vrdeport",
"13389"
],
[
"modifyvm",
"{{.Name}}",
"--vcpenabled",
"off"
],
[
"modifyvm",
"{{.Name}}",
"--vcpfile",
"windows_81.webm"
]
]
}
Expand Down

0 comments on commit b561d11

Please sign in to comment.