diff options
author | Jan Benedikt <j.benedikt@partner.samsung.com> | 2020-02-10 13:46:52 +0100 |
---|---|---|
committer | Jan Benedikt <j.benedikt@partner.samsung.com> | 2020-04-21 22:17:23 +0200 |
commit | 77459fe1b39eb7d6c5736adedbd021c8bd45615b (patch) | |
tree | c740a7845f63b6da00617d45d535a50828ec3f38 /docs/BuildGuide.rst | |
parent | 6ac532c0d6cd76dd5fef7cee280fdc1f43ea9222 (diff) |
Adding support for Ubuntu in create_repo and docker_entrypoint scripts
Extend script for creating repository with adding Ubuntu platform support.
Issue-ID: OOM-1671
Change-Id: I6b1c63cda18e53277fc2aad6dfa3eceefc9a0023
Signed-off-by: Jan Benedikt <j.benedikt@partner.samsung.com>
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 5b2e2486..5d985b6d 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: :: |