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..16e5429
--- /dev/null
+++ b/doc/README
@@ -0,0 +1,21 @@
1
2networking profile
3
4___Prerequisites-commands:Ubuntu14.04.5LTS
5sudo apt-get update
6sudo apt-get 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
7___END
8
9___RepoInstall-commands:Ubuntu14.04.5LTS
10mkdir ./bin
11curl https://storage.googleapis.com/git-repo-downloads/repo > ./bin/repo
12chmod a+x ./bin/repo
13export PATH=./bin/repo:$PATH
14___END
15
16___RepoClone-commands:<machine>
17mkdir enea-linux
18cd enea-linux
19repo init -u git://git.enea.se/linux/manifests/el_manifests-virtualization.git -b refs/tags/EL6 -m <machine>/default.xml
20repo sync
21___END