From a28c75f5edf60d012e415dc767f0c7284a9d7589 Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Fri, 25 May 2018 14:19:12 -0500 Subject: [PATCH] doc: fix references from scripts The sambles scripts where moved to another directory but did not update all the references in the documentation. Fixes: 977d48d55042 ("hypervisor: install acrn.efi to /usr/lib") Fixes: 9563e248b784 ("samples: move samples to specifi platform diretory") Signed-off-by: Miguel Bernal Marin --- doc/getting_started/index.rst | 12 ++++++------ doc/getting_started/up2.rst | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/getting_started/index.rst b/doc/getting_started/index.rst index 395539edf..7a5463931 100644 --- a/doc/getting_started/index.rst +++ b/doc/getting_started/index.rst @@ -223,13 +223,13 @@ Without a network bridge, the SOS and UOS are not able to talk to each other. A sample `bridge.sh -`__ +`__ is included in the Clear Linux release, and is also available in the acrn-hypervisor/devicemodel GitHub repo (in the samples folder) as shown here: -.. literalinclude:: ../../devicemodel/samples/bridge.sh - :caption: devicemodel/samples/bridge.sh +.. literalinclude:: ../../devicemodel/samples/nuc/bridge.sh + :caption: devicemodel/samples/nuc/bridge.sh :language: bash By default, the script is located in the ``/usr/share/acrn/samples/nuc/`` @@ -277,13 +277,13 @@ Set up Reference UOS #. Edit and Run the launch_uos.sh script to launch the UOS. A sample `launch_uos.sh - `__ + `__ is included in the Clear Linux release, and is also available in the acrn-hypervisor/devicemodel GitHub repo (in the samples folder) as shown here: - .. literalinclude:: ../../devicemodel/samples/launch_uos.sh - :caption: devicemodel/samples/launch_uos.sh + .. literalinclude:: ../../devicemodel/samples/nuc/launch_uos.sh + :caption: devicemodel/samples/nuc/launch_uos.sh :language: bash :emphasize-lines: 22,24 diff --git a/doc/getting_started/up2.rst b/doc/getting_started/up2.rst index c2aa1b845..a73af7d1e 100644 --- a/doc/getting_started/up2.rst +++ b/doc/getting_started/up2.rst @@ -194,7 +194,7 @@ terminal, and from there launch the UOS. .. code-block:: none - $ cd /usr/share/acrn/demo + $ cd /usr/share/acrn/samples/nuc $ sudo ./launch_UOS.sh |image0|