[image-guide] Change the markups for consistency

To consist with
http://docs.openstack.org/contributor-guide/rst-conv/inline-markups.html

Change-Id: I42416da6356d7a23374aaeed9b51029d6584f78e
This commit is contained in:
KATO Tomoyuki 2015-11-25 07:17:35 +09:00
parent f9dd03873e
commit 11ee2c7788
2 changed files with 4 additions and 4 deletions

View File

@ -69,7 +69,7 @@ VBoxManage: VDI (VirtualBox) to raw
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you've created a VDI image using VirtualBox, you can convert
it to raw format using the :program:`VBoxManage` command-line tool
it to raw format using the ``VBoxManage`` command-line tool
that ships with VirtualBox. On Mac OS X, and Linux, VirtualBox
stores images by default in the ``~/VirtualBox VMs/`` directory.
The following example creates a raw image in the current directory

View File

@ -16,13 +16,13 @@ Here we describe several tools available that allow you to modify images.
guestfish
~~~~~~~~~
The :program:`guestfish` program is a tool from the
The ``guestfish`` program is a tool from the
`libguestfs <http://libguestfs.org/>`_ project that allows
you to modify the files inside of a virtual machine image.
.. note::
:program:`guestfish` does not mount the image directly into the
``guestfish`` does not mount the image directly into the
local file system. Instead, it provides you with a shell
interface that enables you to view, edit, and delete files.
Many of :command:`guestfish` commands, such as :command:`touch`,
@ -148,7 +148,7 @@ guestmount
For some types of changes, you may find it easier to
mount the image's file system directly in the guest.
The :program:`guestmount` program, also from the
The ``guestmount`` program, also from the
libguestfs project, allows you to do so.
#. For example, to mount the root partition from our