diff options
author | Tomáš Levora <t.levora@partner.samsung.com> | 2020-04-29 11:10:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-29 11:10:26 +0000 |
commit | 2b0fb491053859a114064c4b4847916d909a5bec (patch) | |
tree | a76caa4e194578d295ee9b43a46e5c5ed64dbb58 /docs/BuildGuide.rst | |
parent | add0093a314f7d9a6b91b57004d44ce21a98f64e (diff) | |
parent | 77459fe1b39eb7d6c5736adedbd021c8bd45615b (diff) |
Merge "Adding support for Ubuntu in create_repo and docker_entrypoint scripts"
Diffstat (limited to 'docs/BuildGuide.rst')
-rw-r--r-- | docs/BuildGuide.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst index 6317760c..e2215c11 100644 --- a/docs/BuildGuide.rst +++ b/docs/BuildGuide.rst @@ -111,12 +111,12 @@ Part 2. Download artifacts for offline installer .. note:: Skip this step if you have already all necessary resources and continue with Part 3. Populate local nexus -A RPM repository containing packages to be installed on all nodes needs to be created: +Repository containing packages to be installed on all nodes needs to be created: :: - # run the docker container with -d parameter for destination directory with RPM packages - ./offline-installer/build/create_repo.sh -d $(pwd) + # run the docker container with -d parameter for destination directory with RPM packages and optionally use -t parameter for target platform. Supported target platforms are centos|rhel|ubuntu. If -t parameter is not given, default platform is based on host platform where script is running. + ./offline-installer/build/create_repo.sh -d $(pwd) -t centos|rhel|ubuntu .. note:: If script fails due to permissions issue, it could be a problem with SeLinux. It can be fixed by running: :: |