Skip to content
Snippets Groups Projects
Commit dc0ecb29 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

docs: "Create a new image" example runs in Wheezy

Make sure to state that the host system in the "Create a new image"
example is a Debian Wheezy system. Most of the things work in every
distro, but some commands (e.g. kvm) may have a different name or
a slightly different functionality.
parent 6ca82c22
No related branches found
No related tags found
No related merge requests found
...@@ -239,8 +239,8 @@ for more information). ...@@ -239,8 +239,8 @@ for more information).
Creating a new image Creating a new image
==================== ====================
Suppose you want to create a new Ubuntu server image. Download the installation Suppose your host system is a Debian Wheezy and you want to create a new Ubuntu
disk from the Internet: server image. Download the installation disk from the Internet:
.. code-block:: console .. code-block:: console
...@@ -272,7 +272,9 @@ And install the Ubuntu system on this file: ...@@ -272,7 +272,9 @@ And install the Ubuntu system on this file:
use LVM partitions. They are not supported by snf-image-creator. use LVM partitions. They are not supported by snf-image-creator.
You will be able to boot your installed OS and make any changes you want You will be able to boot your installed OS and make any changes you want
(e.g. install openssh-server) using the following command:: (e.g. install openssh-server) using the following command:
.. code-block:: console
$ sudo kvm -m 1G -boot c -drive file=ubuntu.raw,format=raw,cache=none,if=virtio $ sudo kvm -m 1G -boot c -drive file=ubuntu.raw,format=raw,cache=none,if=virtio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment