summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIain R. Learmonth <irl@debian.org>2015-11-07 09:05:00 +0000
committerIain R. Learmonth <irl@debian.org>2015-11-07 09:05:00 +0000
commit2c910b778ea0fd4a6b3d72c7e883b73c8607a2b5 (patch)
treecb2941f9a6447c0ba70caab8e20f20e37ae6afa8 /doc
parent1ec79b9c84463a24519302664e2f2853e93e09df (diff)
downloadvmdebootstrap-2c910b778ea0fd4a6b3d72c7e883b73c8607a2b5.tar.gz
Fix up rst syntax
Diffstat (limited to 'doc')
-rw-r--r--doc/overview.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/overview.rst b/doc/overview.rst
index 1bdd8e0..0ae0e2f 100644
--- a/doc/overview.rst
+++ b/doc/overview.rst
@@ -272,7 +272,7 @@ secondary change is also needed to symlink the provided ``OVMF.fd`` to
the file required by QEMU: ``bios-256k.bin`` and then tell QEMU about
the location of this file with the -L option::
- $ qemu-system-x86_64 -L /usr/share/ovmf/ -machine accel=kvm \\
+ $ qemu-system-x86_64 -L /usr/share/ovmf/ -machine accel=kvm \
-m 4096 -smp 2 -drive format=raw,file=test.img
To test the image, also consider using the ``qemu-wrapper.sh``::
@@ -296,7 +296,7 @@ script. Examples are included for beaglebone-black.
Installation images and virtual machines
****************************************
-:file:`vmdebootstrap`` is aimed principally at creating virtual machines,
+:file:``vmdebootstrap`` is aimed principally at creating virtual machines,
not installers or prebuilt installation images. It is possible to create
prebuilt installation images for some devices but this depends on the
specific device. (A 'prebuilt installation image' is a single image file
@@ -347,8 +347,8 @@ Example
To create an image for the stable release of Debian::
- sudo vmdebootstrap --image test.img --size 1g \\
- --log test.log --log-level debug --verbose \\
+ sudo vmdebootstrap --image test.img --size 1g \
+ --log test.log --log-level debug --verbose \
--mirror http://mirror.lan/debian/
To run the test image, make sure it is writeable. Use the ``--owner``
@@ -375,7 +375,7 @@ secondary change is also needed to symlink the provided ``OVMF.fd`` to
the file required by QEMU: ``bios-256k.bin`` and then tell QEMU about
the location of this file with the -L option::
- $ qemu-system-x86_64 -L /usr/share/ovmf/ -machine accel=kvm \\
+ $ qemu-system-x86_64 -L /usr/share/ovmf/ -machine accel=kvm \
-m 4096 -smp 2 -drive format=raw,file=test.img
For further examples, including u-boot support for beaglebone-black,