diff options
| author | Miruna Paun <Miruna.Paun@enea.com> | 2017-04-14 17:58:15 +0200 | 
|---|---|---|
| committer | Miruna Paun <Miruna.Paun@enea.com> | 2017-04-14 17:58:15 +0200 | 
| commit | cd4739e1d25fcd2f37bbb687cc1427d488eb6ee5 (patch) | |
| tree | f3021de09b88150b2bdecc4509bc9ed726a56851 /doc/README | |
| download | nfv-access-documentation-cd4739e1d25fcd2f37bbb687cc1427d488eb6ee5.tar.gz | |
First draft of Virt profile to master branch
LXCR-7536 Updating to the CR that contains info
about this new profile documentation as a whole.
Signed-off-by: Miruna Paun <Miruna.Paun@enea.com>
Diffstat (limited to 'doc/README')
| -rw-r--r-- | doc/README | 21 | 
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 | |||
| 2 | networking profile | ||
| 3 | |||
| 4 | ___Prerequisites-commands:Ubuntu14.04.5LTS | ||
| 5 | sudo apt-get update | ||
| 6 | sudo 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 | ||
| 10 | mkdir ./bin | ||
| 11 | curl https://storage.googleapis.com/git-repo-downloads/repo > ./bin/repo | ||
| 12 | chmod a+x ./bin/repo | ||
| 13 | export PATH=./bin/repo:$PATH | ||
| 14 | ___END | ||
| 15 | |||
| 16 | ___RepoClone-commands:<machine> | ||
| 17 | mkdir enea-linux | ||
| 18 | cd enea-linux | ||
| 19 | repo init -u git://git.enea.se/linux/manifests/el_manifests-virtualization.git -b refs/tags/EL6 -m <machine>/default.xml | ||
| 20 | repo sync | ||
| 21 | ___END | ||
