Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bob Tanner
packer-windows
Commits
8f37f286
Unverified
Commit
8f37f286
authored
Dec 23, 2019
by
Stefan Scherer
Committed by
GitHub
Dec 23, 2019
Browse files
Merge pull request #232 from MShekow/virtualbox6-fix
Fixed packing with VirtualBox 6.x for Windows 7 and 8.1
parents
f2a18b41
b561d116
Changes
2
Hide whitespace changes
Inline
Side-by-side
windows_7.json
View file @
8f37f286
...
...
@@ -78,18 +78,6 @@
"{{.Name}}"
,
"--vrdeport"
,
"13389"
],
[
"modifyvm"
,
"{{.Name}}"
,
"--vcpenabled"
,
"off"
],
[
"modifyvm"
,
"{{.Name}}"
,
"--vcpfile"
,
"windows_7.webm"
]
]
}
...
...
windows_81.json
View file @
8f37f286
...
...
@@ -64,18 +64,6 @@
"{{.Name}}"
,
"--vrdeport"
,
"13389"
],
[
"modifyvm"
,
"{{.Name}}"
,
"--vcpenabled"
,
"off"
],
[
"modifyvm"
,
"{{.Name}}"
,
"--vcpfile"
,
"windows_81.webm"
]
]
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment