summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Scrieciu <catalin.scrieciu@enea.com>2018-01-25 14:17:44 +0100
committerCatalin Scrieciu <catalin.scrieciu@enea.com>2018-01-25 14:17:44 +0100
commitc20c02815ab2882abcec453072c086da4afc3989 (patch)
tree65c259c7a5f3039dee10e573e8f1b880b469187b
parentae62c6f1eb4bcc46e907179cc7ad3b984317678c (diff)
downloadel_releases-standard-c20c02815ab2882abcec453072c086da4afc3989.tar.gz
Updating README content
-rw-r--r--doc/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/README b/doc/README
index c005eb7..d315c4c 100644
--- a/doc/README
+++ b/doc/README
@@ -1,12 +1,12 @@
1 1
2standard profile 2standard profile
3 3
4___Prerequisites-commands:Ubuntu14.04.5LTS 4___Prerequisites-commands:Ubuntu16.04.5LTS
5sudo apt-get -y update 5sudo apt-get -y update
6sudo apt-get -y install sed wget subversion git-core coreutils unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk python-pysqlite2 diffstat make gcc build-essential xsltproc g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev autoconf automake groff libtool xterm libxml-parser-perl 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 7___END
8 8
9___RepoInstall-commands:Ubuntu14.04.5LTS 9___RepoInstall-commands:Ubuntu16.04.5LTS
10mkdir -p ~/bin 10mkdir -p ~/bin
11curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo 11curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
12chmod a+x ~/bin/repo 12chmod a+x ~/bin/repo
@@ -16,6 +16,6 @@ ___END
16___RepoClone-commands:<machine> 16___RepoClone-commands:<machine>
17mkdir enea-linux 17mkdir enea-linux
18cd enea-linux 18cd enea-linux
19repo init -u git@git.enea.com:linux/manifests/el_manifests-standard.git -b refs/tags/EL6 -m <machine>/default.xml 19repo init -u git@git.enea.com:linux/manifests/el_manifests-standard.git -b refs/tags/Enea_Linux_7.0 -m <machine>/default.xml
20repo sync 20repo sync
21___END 21___END