From 4f2976faa89c94a108b320d30961c872cfd0554b Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Mon, 14 Nov 2016 15:03:07 +0100 Subject: move README cmd file outside of book folders Signed-off-by: Adrian Calianu --- doc/README | 21 +++++++++++++++++++++ doc/book-enea-linux-release-info/doc/README | 21 --------------------- 2 files changed, 21 insertions(+), 21 deletions(-) create mode 100644 doc/README delete mode 100644 doc/book-enea-linux-release-info/doc/README diff --git a/doc/README b/doc/README new file mode 100644 index 0000000..6ceb5c8 --- /dev/null +++ b/doc/README @@ -0,0 +1,21 @@ + +networking profile + +___Prerequisites-commands:Ubuntu14.04.3LTS +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.3LTS +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.se/linux/manifests/el_manifests-networking.git -b refs/tags/EL6 -m /default.xml +repo sync +___END diff --git a/doc/book-enea-linux-release-info/doc/README b/doc/book-enea-linux-release-info/doc/README deleted file mode 100644 index 6ceb5c8..0000000 --- a/doc/book-enea-linux-release-info/doc/README +++ /dev/null @@ -1,21 +0,0 @@ - -networking profile - -___Prerequisites-commands:Ubuntu14.04.3LTS -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.3LTS -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.se/linux/manifests/el_manifests-networking.git -b refs/tags/EL6 -m /default.xml -repo sync -___END -- cgit v1.2.3-54-g00ecf