packer/website/source/docs
Christian Berendt 5874e23548 Fix the value for the QEMU size parameter in the documentation
Instead of 1024m it shoud be 1024M. Using 1024m as value does not work:

---snip---
2014/10/27 10:21:41 packer-builder-qemu: 2014/10/27 10:21:41 Executing
/usr/bin/qemu-system-x86_64: []string{"-m", "1024m", "-redir",
"tcp:3213::22", "-device", "virtio-net,netdev=user.0", "-cdrom",
"/home/berendt/B1-Systems/openstack-appliance/packer_cache/436c246ce08d768bbacce00e39c11ecd09071565542788d08b3120de0228c9eb.iso",
"-machine", "type=pc-1.0,accel=kvm", "-vnc", "0.0.0.0:47", "-netdev",
"user,id=user.0", "-name", "openstack", "-drive",
"file=openstack/openstack.qcow2,if=virtio", "-boot", "once=d"}
2014/10/27 10:21:41 packer-builder-qemu: 2014/10/27 10:21:41 Started
Qemu. Pid: 2618
2014/10/27 10:21:41 packer-builder-qemu: 2014/10/27 10:21:41 Qemu
stderr: qemu-system-x86_64: -m 1024m: Parameter 'size' expects a size
==> qemu: Error launching VM: Qemu failed to start. Please run with logs
to get more info.
---snap---
2014-10-27 10:34:41 +01:00
..
basics Add page_title attribute to each documentation file for which it didn't already exist, matching the value to each page's h1, respectively. 2014-08-21 17:41:35 -07:00
builders Fix the value for the QEMU size parameter in the documentation 2014-10-27 10:34:41 +01:00
command-line command/build: -color [GH-1433] 2014-09-05 16:05:02 -07:00
extend website: update website to point to proper directory 2014-09-08 13:44:58 -07:00
machine-readable command/inspect: show required variables differently 2013-08-31 17:47:38 -07:00
other website: fix escaped underscores [GH-1458] 2014-09-03 20:12:10 -07:00
post-processors website: document compress post-processor 2014-09-08 10:30:10 -07:00
provisioners Add group_vars and host_vars to Ansible provisioner docs to reflect current code 2014-09-10 15:37:05 -07:00
templates Merge branch 'template-timefmt' of github.com:njones/packer into njones-template-timefmt 2014-09-05 16:21:30 -07:00
index.html.markdown Add page_title attribute to each documentation file for which it didn't already exist, matching the value to each page's h1, respectively. 2014-08-21 17:41:35 -07:00
installation.html.markdown Updated web site doc. for avail commands list 2013-10-01 19:45:11 -06:00