[rtems-docs commit] rsb: Fix the path to the tar for the untar with strip option.

Chris Johns chrisj at rtems.org
Tue Jul 11 00:54:20 UTC 2017


Module:    rtems-docs
Branch:    refs/tags/4.11.2
Commit:    e9b193a5fab73847b4736b840ae27f5b93cf86c7
Changeset: http://git.rtems.org/rtems-docs/commit/?id=e9b193a5fab73847b4736b840ae27f5b93cf86c7

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue Mar 21 14:21:15 2017 +1100

rsb: Fix the path to the tar for the untar with strip option.

The change is different to the ticket because the example is about coping
and deploying the build on a different machine.

Closes #2324.

---

 rsb/quick-start.rst | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/rsb/quick-start.rst b/rsb/quick-start.rst
index e3696a5..f39c0a6 100644
--- a/rsb/quick-start.rst
+++ b/rsb/quick-start.rst
@@ -378,14 +378,15 @@ the tar file somewhere and copy the file tree from the level you have write
 access from. Embedding the full prefix path in the tar files lets you know what
 the prefix is and is recommended. For example if
 ``/home/chris/development/rtems/4.11`` is the prefix used you cannot change
-directory to the root (``/``) and install because the ``/home`` is root access
-only. To install you would:
+directory to the root (``/``) and untar the file because the ``/home`` is root
+access only. To install a tar file you have downloaded into your new machine's
+``Downloads`` directory in your home directoty you would enter:
 
 .. code-block:: shell
 
-    $ cd
-    $ tar --strip-components=3 -xjf rtems-4.11-sparc-rtems4.11-1.tar.bz2
-
+    $ cd /somewhere
+    $ tar --strip-components=3 -xjf \
+          $HOME/Downloads/rtems-4.11-sparc-rtems4.11-1.tar.bz2
 
 A build set tar file is created by adding ``--bset-tar-file`` option to the
 ``sb-set-builder`` command::



More information about the vc mailing list