summaryrefslogtreecommitdiffstats
path: root/doc/README
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README')
-rw-r--r--doc/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/README b/doc/README
new file mode 100644
index 0000000..957f34a
--- /dev/null
+++ b/doc/README
@@ -0,0 +1,21 @@
1
2rt profile
3
4___Prerequisites-commands:Ubuntu16.04.5LTS
5sudo apt-get -y update
6udo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat cpio python python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping
7___END
8
9___RepoInstall-commands:Ubuntu16.04.5LTS
10mkdir -p ~/bin
11curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
12chmod a+x ~/bin/repo
13export PATH=~/bin:$PATH
14___END
15
16___RepoClone-commands:<machine>
17mkdir enea-linux
18cd enea-linux
19repo init -u git@git.enea.com:linux/manifests/el_manifests-rt.git -b refs/tags/Enea_Linux_8.0 -m <machine>/default.xml
20repo sync
21___END