From 82e35d5a5a8e805f8a8d841c0cd014a51ab8952a Mon Sep 17 00:00:00 2001 From: Leona Date: Thu, 12 May 2016 08:35:52 -0700 Subject: [PATCH] submitting a fix for JIRA doc bug 1382 on vm-kvm.rst Signed-off-by: Leona --- source/vm-kvm.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/source/vm-kvm.rst b/source/vm-kvm.rst index e685226a..63370c14 100644 --- a/source/vm-kvm.rst +++ b/source/vm-kvm.rst @@ -4,15 +4,15 @@ Using KVM ######### The easiest way to get started in a virtualized environment is to download -a recent KVM image from the `image directory`_ . This directory contains an +a recent KVM image from the `images`_ directory. Here you'll find a kvm image file, the UEFI firmware helper, and the KVM start helper script. Starter script ============== -To start the image, run the ``start_qemu.sh`` script available in the -`download directory`, or modify the following script for your needs and run it +To start the image, run the `qemu shell script`_ script available in the +`images`_ directory, or modify the following script for your needs and run it from the command line with ``$ [script name] clr_image`` .. code-block:: bash @@ -67,6 +67,9 @@ Alternatively, there are a few other ways to approach this. $ ./start_qemu.sh clr_image & +If you run into any trouble with qemu getting locked up, try editing the `qemu shell script`_ +and removing the ``aio=threads`` -.. _download directory: http://download.clearlinux.org/image/start_qemu.sh -.. _image directory: http://download.clearlinux.org/image/ \ No newline at end of file + +.. _qemu shell script: http://download.clearlinux.org/image/start_qemu.sh +.. _images: http://download.clearlinux.org/image/ \ No newline at end of file