]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Created new QEMU install for debian.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 11 Oct 2013 22:06:30 +0000 (15:06 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 11 Oct 2013 22:06:30 +0000 (15:06 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/install/qemu-deb.rst [new file with mode: 0644]

diff --git a/doc/install/qemu-deb.rst b/doc/install/qemu-deb.rst
new file mode 100644 (file)
index 0000000..29abeaf
--- /dev/null
@@ -0,0 +1,26 @@
+=================
+ Installing QEMU
+=================
+
+
+
+Installing QEMU (12.04 Precise and later)
+=========================================
+
+QEMU packages are incorporated into Ubuntu 12.04 Precise Pangolin and later
+versions. To  install QEMU, execute the following:: 
+
+       sudo apt-get install qemu
+
+Installing QEMU (11.10 Oneric and earlier)
+==========================================
+
+For Ubuntu distributions 11.10 Oneiric and earlier, you must install 
+the 0.15 version of QEMU or later. To build QEMU from source, use the
+following procedure::
+
+       cd {your-development-directory}
+       git clone git://git.qemu.org/qemu.git
+       cd qemu
+       ./configure --enable-rbd
+       make; make install