Modify README in create mirror steps

Change the mirror creating commands to keep the same as Wiki

Change-Id: Ib1189ad6d9d7c52a8d1dd5b5a3a91492fdd7a22f
Story: 2004088
Task: 27489
This commit is contained in:
zhangkunpeng 2018-10-18 16:05:00 +08:00 committed by Kunpeng Zhang
parent 22df02152a
commit c1712d3a2d
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.