diskimage-builder/elements/redhat-common
Ryan Brady 4178c0c69d Deprecate map-packages, replaced by pkg-map
This patch writes a warning out to stderr to notify element authors
that may be using map-packages to migrate to pkg-map.  This patch
also prints out a warning during image-create that lists the specific
elements that are not using pkg-map.

Change-Id: I7e2a7611dd5650815736ce998aa94a7833193d06
2014-11-19 12:04:12 -05:00
..
bin Deprecate map-packages, replaced by pkg-map 2014-11-19 12:04:12 -05:00
finalise.d Remove first-boot.d support 2014-10-16 09:48:14 +00:00
install.d Use package-installs in more elements 2014-09-08 15:16:14 -04:00
pre-install.d Allow source-repositories to be disabled completely 2014-10-15 12:24:50 -04:00
element-deps Use package-installs in more elements 2014-09-08 15:16:14 -04:00
README.md add some missing \n at end of file 2014-05-06 13:43:53 +02:00
source-repository-redhat-common Consolidate lsb_release source-repositories 2014-10-14 15:09:44 -05:00

Image installation steps common to RHEL and Fedora.

Overrides:

  • To use a non-default URL for downloading base cloud images, use the environment variable DIB_CLOUD_IMAGES
  • To download a non-default release of cloud images, use the environment variable DIB_RELEASE
  • Alternatively, set DIB_LOCAL_IMAGE to the local path of a qcow2 cloud image. This is useful in that you can use a customized or previously built cloud image from diskimage-builder as input. The cloud image does not have to have been built by diskimage-builder. It should be a full disk image, not just a filesystem image.