diskimage-builder/elements/base/pre-install.d/00-baseline-tools
Chris Jones 961d6dc7b2 Include English locale in base.
This change causes the "base" element to install and generate English
locales, thereby mitigating a lot of build noise (at least for
English speaking users). Also included is a note in the element's
README.md about what users in other locales should do.

Change-Id: I053c7e0254a0a0d7dde081f7cc72204a12aa8ef4
2012-12-21 17:45:06 +00:00

9 lines
180 B
Bash
Executable File

#!/bin/bash
# Install baseline packages and tools.
set -e
apt-get -y update
apt-get -y install python-software-properties language-pack-en
add-apt-repository -y ppa:tripleo/demo