From c1712d3a2df55c3529affff4ffb081b22109244e Mon Sep 17 00:00:00 2001 From: zhangkunpeng Date: Thu, 18 Oct 2018 16:05:00 +0800 Subject: [PATCH] Modify README in create mirror steps Change the mirror creating commands to keep the same as Wiki Change-Id: Ib1189ad6d9d7c52a8d1dd5b5a3a91492fdd7a22f Story: 2004088 Task: 27489 --- centos-mirror-tools/README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/centos-mirror-tools/README.rst b/centos-mirror-tools/README.rst index 7cbde142..9f63d243 100644 --- a/centos-mirror-tools/README.rst +++ b/centos-mirror-tools/README.rst @@ -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/ / + $ mkdir -p / + $ cp -r output/stx-r1/ / In this case ```` can be whatever folder you want to use as mirror.