Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
0b819e4d
Commit
0b819e4d
authored
Jun 10, 2015
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2199 from rickard-von-essen/prl_pd11
Support Parallels Desktop 11
parents
5c8d9735
8393b85e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
builder/parallels/common/driver.go
builder/parallels/common/driver.go
+6
-0
builder/parallels/common/driver_10.go
builder/parallels/common/driver_10.go
+1
-0
No files found.
builder/parallels/common/driver.go
View file @
0b819e4d
...
...
@@ -73,6 +73,12 @@ func NewDriver() (Driver, error) {
log
.
Printf
(
"prlctl path: %s"
,
prlctlPath
)
drivers
=
map
[
string
]
Driver
{
"11"
:
&
Parallels10Driver
{
Parallels9Driver
:
Parallels9Driver
{
PrlctlPath
:
prlctlPath
,
dhcp_lease_file
:
dhcp_lease_file
,
},
},
"10"
:
&
Parallels10Driver
{
Parallels9Driver
:
Parallels9Driver
{
PrlctlPath
:
prlctlPath
,
...
...
builder/parallels/common/driver_10.go
View file @
0b819e4d
package
common
// Parallels10Driver are inherited from Parallels9Driver.
// Used for Parallels v 10 & 11
type
Parallels10Driver
struct
{
Parallels9Driver
}
Write
Preview
Markdown
is supported
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