Skip to content

Commit

Permalink
Merge pull request StefanScherer#232 from MShekow/virtualbox6-fix
Browse files Browse the repository at this point in the history
Fixed packing with VirtualBox 6.x for Windows 7 and 8.1
  • Loading branch information
StefanScherer authored Dec 23, 2019
2 parents f2a18b4 + b561d11 commit 8f37f28
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 8f37f28

Please sign in to comment.