Skip to content
Snippets Groups Projects
Commit 061da620 authored by Jeremy Mordkoff's avatar Jeremy Mordkoff
Browse files

installer fixes for R3


Signed-off-by: default avatarJeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
parent f22daee5
No related branches found
No related tags found
No related merge requests found
......@@ -96,8 +96,6 @@ apt remove -y rw.toolchain-rwbase tcpdump
apt-get install -y --allow-downgrades rw.tools-container-tools=${PLATFORM_VERSION} rw.tools-scripts=${PLATFORM_VERSION} python
/usr/rift/container_tools/mkcontainer --modes MANO-base --rw-version ${PLATFORM_VERSION}
chmod 777 /usr/rift /usr/rift/usr/share
# now disable the RIFT OSM repo so that we'll get MANO from
# the OSM repos
rm -f /etc/apt/sources.list.d/RIFT.list
......
......@@ -29,7 +29,7 @@ export OSM_BUILD_CONTAINER=UI-ub
#
# this variable holds the name of the container to be used to run a package
# if this container already exists, the run processes can skip the container build
export OSM_RUNTIME_CONTAINER=UI-ub
export OSM_RUNTIME_CONTAINER=SO-ub
#
# this variable must be set to allow creating the runtime container in privileged mode
# this variable should be removed in the future when no privileged mode is required
......
......@@ -98,7 +98,6 @@ apt remove -y rw.toolchain-rwbase tcpdump
apt-get install -y --allow-downgrades rw.tools-container-tools=${PLATFORM_VERSION} rw.tools-scripts=${PLATFORM_VERSION} python
/usr/rift/container_tools/mkcontainer --modes UI-base --rw-version ${PLATFORM_VERSION}
chmod 777 /usr/rift /usr/rift/usr/share
# now disable the RIFT OSM repo so that we'll get UI from
# the OSM repos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment