doc: update GSG picture

update GSG picture.

Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
Kunhui-Li 2022-07-01 19:16:14 +08:00 committed by David Kinder
parent 5a2695d1d1
commit 506c87cfa3
2 changed files with 2 additions and 1 deletions

View File

@ -508,7 +508,7 @@ post-launched User VM. Each User VM has its own launch script.
log in to the User VM later in this guide. log in to the User VM later in this guide.
#. For **Virtio block device**, click **+** and enter #. For **Virtio block device**, click **+** and enter
``~/acrn-work/ubuntu-20.04.4-desktop-amd64.iso``. This parameter ``/home/acrn/acrn-work/ubuntu-20.04.4-desktop-amd64.iso``. This parameter
specifies the VM's OS image and its location on the target system. Later specifies the VM's OS image and its location on the target system. Later
in this guide, you will save the ISO file to that directory. in this guide, you will save the ISO file to that directory.
@ -617,6 +617,7 @@ Build ACRN
cp "$disk"/*acrn-service-vm*.deb ~/acrn-work cp "$disk"/*acrn-service-vm*.deb ~/acrn-work
cp "$disk"/launch_user_vm_id1.sh ~/acrn-work cp "$disk"/launch_user_vm_id1.sh ~/acrn-work
sudo cp "$disk"/iasl /usr/sbin/ sudo cp "$disk"/iasl /usr/sbin/
sudo chmod a+x /usr/sbin/iasl
sync && sudo umount "$disk" sync && sudo umount "$disk"
.. _gsg-install-acrn: .. _gsg-install-acrn:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

After

Width:  |  Height:  |  Size: 102 KiB