From 8b4378e9c0c1186691f6b2feeb2562b789750ea7 Mon Sep 17 00:00:00 2001 From: ailun258 Date: Mon, 12 Mar 2018 20:41:32 +0800 Subject: [PATCH] update to support latest image changed 3 to support latest image release 1, deleted one bundle installation -os-clr-on-clr-dev 2, changed the default configuration file path to /usr/share/acrn/demo 3, after installed service os bundle, all the configuration files and scripts were installed, no need to download manually any more --- doc/getting_started/index.rst | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/doc/getting_started/index.rst b/doc/getting_started/index.rst index ed571699a..ce77c7bb4 100644 --- a/doc/getting_started/index.rst +++ b/doc/getting_started/index.rst @@ -105,12 +105,10 @@ Clear Linux version 21260 or newer. | kernel-pk | Run the Intel "PK" kernel(product kernel source) | | | and enterprise-style kernel with backports | +--------------------+---------------------------------------------------+ - | os-clr-on-clr-dev | Install dependent packages and libs | - +--------------------+---------------------------------------------------+ .. code-block:: none - # swupd bundle-add vim curl network-basic service-os kernel-pk os-clr-on-clr-dev + # swupd bundle-add vim curl network-basic service-os kernel-pk Add the ACRN hypervisor to the EFI Partition ============================================ @@ -136,7 +134,7 @@ partition. Follow these steps: .. code-block:: none - # cp /usr/share/acrn.efi /mnt/EFI/org.clearlinux + # cp /usr/share/acrn/demo/acrn.efi /mnt/EFI/org.clearlinux #. Create a boot entry for ACRN. It must contain these settings: @@ -158,8 +156,8 @@ partition. Follow these steps: .. literalinclude:: ../../acrn-hypervisor/bsp/uefi/clearlinux/acrn.conf :caption: acrn-hypervisor/bsp/uefi/clearlinux/acrn.conf - You can download ``acrn.conf`` and copy it to - ``/mnt/loader/entries/acrn.conf`` and use it directly. If you're following + You need to copy it into + ``/mnt/loader/entries/acrn.conf`` and use it then. If you're following the instructions above, the partition (``root=/dev/sda3``) and image locatations will match. @@ -207,7 +205,7 @@ folder) as shown here: :caption: acrn-devicemodel/samples/bridge.sh :language: bash -You can download ``bridge.sh``, copy it to your root home +by default, it is located to /usr/share/acrn/demo/ directory, and use it directly by making it executable and running it: .. code-block:: none @@ -251,7 +249,7 @@ Set up Reference UOS :caption: acrn-devicemodel/samples/launch_uos.sh :language: bash - You can download ``launch_uos.sh``, copy it to your root home + by defualt, it is located to /usr/share/acrn/demo/ directory, and use it directly by making it executable and running it: .. code-block:: none