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
430963f4
Commit
430963f4
authored
Jan 19, 2014
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fmt
parent
ebd24078
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
builder/qemu/step_type_boot_command.go
builder/qemu/step_type_boot_command.go
+2
-2
builder/virtualbox/iso/step_type_boot_command.go
builder/virtualbox/iso/step_type_boot_command.go
+2
-2
builder/vmware/iso/step_type_boot_command.go
builder/vmware/iso/step_type_boot_command.go
+2
-2
packer/version.go
packer/version.go
+1
-1
No files found.
builder/qemu/step_type_boot_command.go
View file @
430963f4
...
...
@@ -16,9 +16,9 @@ import (
const
KeyLeftShift
uint32
=
0xFFE1
type
bootCommandTemplateData
struct
{
HTTPIP
string
HTTPIP
string
HTTPPort
uint
Name
string
Name
string
}
// This step "types" the boot command into the VM over VNC.
...
...
builder/virtualbox/iso/step_type_boot_command.go
View file @
430963f4
...
...
@@ -15,9 +15,9 @@ import (
const
KeyLeftShift
uint32
=
0xFFE1
type
bootCommandTemplateData
struct
{
HTTPIP
string
HTTPIP
string
HTTPPort
uint
Name
string
Name
string
}
// This step "types" the boot command into the VM over VNC.
...
...
builder/vmware/iso/step_type_boot_command.go
View file @
430963f4
...
...
@@ -18,9 +18,9 @@ import (
const
KeyLeftShift
uint32
=
0xFFE1
type
bootCommandTemplateData
struct
{
HTTPIP
string
HTTPIP
string
HTTPPort
uint
Name
string
Name
string
}
// This step "types" the boot command into the VM over VNC.
...
...
packer/version.go
View file @
430963f4
...
...
@@ -53,5 +53,5 @@ func VersionString() string {
}
}
return
versionString
.
String
()
return
versionString
.
String
()
}
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