Merge "[image-guide] Change the markups for consistency"
This commit is contained in:
commit
66692c71a5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user