From 965d6f97aa86ed673dd642fdf11bcaa24510e482 Mon Sep 17 00:00:00 2001 From: Daniel Abad Date: Wed, 20 Mar 2019 17:03:59 +0100 Subject: [PATCH] Minor clarifications in centos7 element docs Change-Id: I6aef77513efa37262269ca24b296acbdc823a039 --- diskimage_builder/elements/centos7/README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/diskimage_builder/elements/centos7/README.rst b/diskimage_builder/elements/centos7/README.rst index 939e2109..cfec0d04 100644 --- a/diskimage_builder/elements/centos7/README.rst +++ b/diskimage_builder/elements/centos7/README.rst @@ -1,7 +1,7 @@ ======= centos7 ======= -Use Centos 7 cloud images as the baseline for built disk images. +Use CentOS 7 cloud images as the baseline for built disk images. For further details see the redhat-common README. @@ -13,9 +13,10 @@ DIB_DISTRIBUTION_MIRROR: the directory containing the ``5/6/7`` directories. :Example: ``DIB_DISTRIBUTION_MIRROR=http://amirror.com/centos`` -DIB_CLOUD_IMAGES +DIB_CLOUD_IMAGES: :Required: No :Description: Set the desired URL to fetch the images from. ppc64le: Currently the CentOS community is working on providing the - ppc64le images until then you'll need to set this to a local + ppc64le images. Until then you'll need to set this to a local image file. + :Example: ``DIB_CLOUD_IMAGES=/path/to/my/centos/7/CentOS-7-x86_64-GenericCloud.qcow2.xz``