Use package-installs for ubuntu and base elements

Both ccache and linux-image-generic were being installed by
install-packages rather than using a package-installs.yaml.

Change-Id: Ib54c5b51d605278bb9d046a897be989c17c6fb0f
This commit is contained in:
Gregory Haynes 2015-02-05 19:49:09 -08:00
parent 807e89f063
commit 21799254a7
4 changed files with 2 additions and 14 deletions

View File

@ -1,6 +0,0 @@
#!/bin/bash
set -eu
set -o pipefail
install-packages -m base ccache_package

View File

@ -0,0 +1 @@
ccache_package:

View File

@ -1,8 +0,0 @@
#!/bin/bash
set -eu
set -o pipefail
# Ubuntu's cloud images don't include drivers for real hardware.
install-packages linux-image-generic

View File

@ -0,0 +1 @@
linux-image-generic: