From 24af8011c982e592044b95c7b0aee328f633f803 Mon Sep 17 00:00:00 2001 From: Jiaqing Zhao Date: Thu, 6 Jul 2023 09:01:39 +0000 Subject: [PATCH] doc: replace qemu-kvm with qemu-utils in sample application guide The create_image.sh script uses qemu-img to create image files. Users only need to install qemu-image in qemu-utils instead of the whole qemu package. Tracked-On: #8448 Signed-off-by: Jiaqing Zhao Reviewed-by: Junjie Mao --- doc/getting-started/sample-app.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting-started/sample-app.rst b/doc/getting-started/sample-app.rst index 0df896689..b0aabb683 100644 --- a/doc/getting-started/sample-app.rst +++ b/doc/getting-started/sample-app.rst @@ -108,7 +108,7 @@ As a normal (e.g., **acrn**) user, follow these steps: 1. Install some additional packages in your development computer used for building the sample application:: - sudo apt install -y cloud-guest-utils schroot kpartx qemu-kvm + sudo apt install -y cloud-guest-utils schroot kpartx qemu-utils #. Check out the ``acrn-hypervisor`` source code branch (already cloned from the ``acrn-hypervisor`` repo when you followed the :ref:`gsg`). We've tagged a