networking profile ___Prerequisites-commands:Ubuntu14.04.5LTS sudo apt-get update 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 ___END ___RepoInstall-commands:Ubuntu14.04.5LTS mkdir ./bin curl https://storage.googleapis.com/git-repo-downloads/repo > ./bin/repo chmod a+x ./bin/repo export PATH=./bin/repo:$PATH ___END ___RepoClone-commands: mkdir enea-linux cd enea-linux repo init -u git@git.enea.com:linux/manifests/el_manifests-networking.git -b refs/tags/EL6 -m /default.xml repo sync ___END