diskimage-builder/elements/ubuntu
Ben Nemec f6ba2aeaf4 set -e all the things
Using set -e in all of our scripts will prevent some subtle bugs
from slipping in, and will allow us to enforce use of set -e with
tooling.

This change also adds -u and set -o pipefail in the less complex
scripts where it is unlikely to cause problems.  A follow-up change
will enable those options in the complex scripts so that if it
breaks something it can be reverted easily.

Change-Id: I0ad358ccb98da7277a0ee2e9ce8fda98438675eb
2014-04-25 17:38:51 -05:00
..
finalise.d Refactor the first boot routine. 2013-05-16 15:50:10 +01:00
install.d Reinstate support for real hardware with Ubuntu. 2013-05-08 19:23:08 +12:00
pre-install.d set -e all the things 2014-04-25 17:38:51 -05:00
root.d Revert default Ubuntu release back to Saucy 2014-04-24 11:19:43 -07:00
element-deps Alphabetize all element-deps 2014-03-26 15:23:18 -05:00
element-provides Use provides to note an element provides an OS 2014-04-10 14:42:04 +01:00
README.md Replace security.ubuntu.com when setting mirror 2014-02-24 11:00:24 +11:00

Use Ubuntu cloud images as the baseline for built disk images.

Overrides:

  • To use a non-default URL for downloading base Ubuntu cloud images, use the environment variable DIB_CLOUD_IMAGES
  • To download a non-default release of Ubuntu cloud images, use the environment variable DIB_RELEASE
  • To use different mirrors rather than the default of archive.ubuntu.com and security.ubuntu.com, use the environment variable DIB_DISTRIBUTION_MIRROR