diskimage-builder/elements/centos7
Noam Angel d07d7ed15d simplify ARCH param for rhel/centos param can be x86_64 and amd64
for fedora/rhel/centos the main supported ARCH is x86_64. This patch allow
to call diskimage-builder with the above distro's with param ARCH=x86_64,
And also retain same behaiver when call with ARCH=amd64 as it translate
anyway to x86_64. Doing so wil simplify user expirience.

Change-Id: I229e0912434109b1b48a030bd35ad8dc1096a629
2016-11-15 10:18:14 +11:00
..
environment.d Export YUM variable in centos bases 2016-07-01 12:14:38 +02:00
pre-install.d Add centos7 support for DIB_DISTRIBUTION_MIRROR 2015-09-16 10:55:56 +01:00
root.d simplify ARCH param for rhel/centos param can be x86_64 and amd64 2016-11-15 10:18:14 +11:00
test-elements/build-succeeds Add centos7 test 2015-11-25 17:35:29 +00:00
README.rst Remove the escape in the centos7 README file 2016-07-19 11:32:49 +08:00
element-deps Remove EPEL as hardcoded dependency of centos elements 2016-09-12 11:42:55 -05:00
element-provides Initial centos7 support 2014-07-16 10:43:05 +10:00

README.rst

centos7

Use Centos 7 cloud images as the baseline for built disk images.

For further details see the redhat-common README.

DIB_DISTRIBUTION_MIRROR:
Required

No

Default

None

Description

To use a CentOS Yum mirror, set this variable to the mirror URL before running bin/disk-image-create. This URL should point to the directory containing the 5/6/7 directories.

Example

DIB_DISTRIBUTION_MIRROR=http://amirror.com/centos