Merge "Modify README in create mirror steps"

This commit is contained in:
Zuul 2018-11-19 19:21:43 +00:00 committed by Gerrit Code Review
commit 495aa746b2
1 changed files with 2 additions and 3 deletions

View File

@ -57,9 +57,8 @@ After all downloading complete, copy the download files to mirror.
.. code-block :: bash
$ find ./output -name "*.i686.rpm" | xargs rm -f
$ chown 751:751 -R ./output
$ cp -rf output/stx-r1/ <your_mirror_folder>/
$ mkdir -p <your_mirror_folder>/
$ cp -r output/stx-r1/ <your_mirror_folder>/
In this case ``<your_mirror_folder>`` can be whatever folder you want to
use as mirror.