Clean up apt package list 91/891/10
authorC.J. Collier <cjac@probook0.colliertech.org>
Sun, 24 Apr 2016 18:00:46 +0000 (11:00 -0700)
committerC.J. Collier <cjcollier@linuxfoundation.org>
Mon, 2 May 2016 22:02:47 +0000 (15:02 -0700)
commit63ffd24bdc409800912bd11cf9ba8a597afd0602
tree7dc4793dd570ba910be9fa53b9e422b557cdf90d
parent66974da6d38670f60a1334a4e3435402923856ef
Clean up apt package list

* Combine all packages in to a single call to apt-get install
* Modify /etc/apt/apt.conf
* corrected a comment
* not doing redundant edit of /etc/sysctl.conf
* adding emacs files to .gitignore
* Exercised this code while producing a new base image for each targetted platform
* install java8 from official openjdk PPA if platform is 14.04
* detect correct python package to install in CentOS
* open (and later close) stdout and stderr logs for later review

Change-Id: I669c0c3043f0c90df7af5033b8e180b0e6dc696a
Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
.gitignore
vagrant/basebuild/Vagrantfile
vagrant/basebuild/bootstrap.sh