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
fcec0368
Commit
fcec0368
authored
Jun 23, 2014
by
Ross Smith II
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1274 from ankon/docs-qemu-centos6.5
Update the qemu example
parents
48961e77
baa9fb9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
website/source/docs/builders/qemu.html.markdown
website/source/docs/builders/qemu.html.markdown
+5
-5
No files found.
website/source/docs/builders/qemu.html.markdown
View file @
fcec0368
...
...
@@ -27,8 +27,8 @@ paths to files, URLS for ISOs and checksums.
[
{
"type": "qemu",
"iso_url": "http://mirror.raystedman.net/centos/6/isos/x86_64/CentOS-6.
4
-x86_64-minimal.iso",
"iso_checksum": "
4a5fa01c81cc300f4729136e28ebe600
",
"iso_url": "http://mirror.raystedman.net/centos/6/isos/x86_64/CentOS-6.
5
-x86_64-minimal.iso",
"iso_checksum": "
0d9dc37b5dd4befa1c440d2174e88a87
",
"iso_checksum_type": "md5",
"output_directory": "output_centos_tdhtest",
"ssh_wait_timeout": "30s",
...
...
@@ -49,10 +49,10 @@ paths to files, URLS for ISOs and checksums.
"vm_name": "tdhtest",
"net_device": "virtio-net",
"disk_interface": "virtio",
"boot_wait": "5s",
"boot_command":
[
"
<tab><wait>
",
" ks=http://10.0.2.2:{{ .HTTPPort }}/centos6-ks.cfg
<enter>
"
"
<tab>
text ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/centos6-ks.cfg
<enter><wait>
"
]
}
]
...
...
@@ -60,7 +60,7 @@ paths to files, URLS for ISOs and checksums.
</pre>
A working CentOS 6.x kickstart file can be found
[
at this URL
](
https://gist.github.com/mitchellh/7328271/
raw/c91e0c4fa19c171a40b016c6c8f251f90d2ad0ba/centos6-ks.
cfg
)
, adapted from an unknown source.
[
at this URL
](
https://gist.github.com/mitchellh/7328271/
#file-centos6-ks-
cfg
)
, adapted from an unknown source.
Place this file in the http directory with the proper name. For the
example above, it should go into "httpdir" with a name of "centos6-ks.cfg".
...
...
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