Revision dc0ecb29

b/docs/usage.rst
239 239
Creating a new image
240 240
====================
241 241

  
242
Suppose you want to create a new Ubuntu server image. Download the installation
243
disk from the Internet:
242
Suppose your host system is a Debian Wheezy and you want to create a new Ubuntu
243
server image. Download the installation disk from the Internet:
244 244

  
245 245
.. code-block:: console
246 246

  
......
272 272
   use LVM partitions. They are not supported by snf-image-creator.
273 273

  
274 274
You will be able to boot your installed OS and make any changes you want
275
(e.g. install openssh-server) using the following command::
275
(e.g. install openssh-server) using the following command:
276

  
277
.. code-block:: console
276 278

  
277 279
   $ sudo kvm -m 1G -boot c -drive file=ubuntu.raw,format=raw,cache=none,if=virtio
278 280

  

Also available in: Unified diff