diskimage-builder/elements/redhat-common
Abel Lopez 8026dda8a0 CentOS 6 Element
This is the centos element, which builds CentOS 6.

There are a couple of modifications to redhat-common because
the version of tar in el6 doesn't support --xattrs-include.

There is a change to both pkg-map and svc-map to add 'centos'
to the 'redhat' family.

Also explicitly have to install cloud-utils growroot and
dracut growpart for proper fsresize at instance launch.

Also sets the DIB_EXTLINUX variable because there is no grub2
for this distro.

Change-Id: Iffd57bce1484c43c2cffcbdb37b602185216e63a
2015-03-03 23:09:45 -08:00
..
bin CentOS 6 Element 2015-03-03 23:09:45 -08:00
finalise.d Standarise tracing for scripts 2015-02-12 10:41:32 +11:00
pre-install.d CentOS 6 Element 2015-03-03 23:09:45 -08:00
element-deps Use package-installs in more elements 2014-09-08 15:16:14 -04:00
package-installs.yaml Migrate to new package-installs 2014-12-01 21:32:13 -08:00
README.rst Create docs site containing element READMEs 2015-02-10 11:45:35 -08:00

=============
redhat-common
=============
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.