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 <jiaqing.zhao@linux.intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
parent
44bfb6a8df
commit
24af8011c9
|
@ -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
|
1. Install some additional packages in your development computer used for
|
||||||
building the sample application::
|
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
|
#. 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
|
``acrn-hypervisor`` repo when you followed the :ref:`gsg`). We've tagged a
|
||||||
|
|
Loading…
Reference in New Issue