diskimage-builder/elements/redhat-common
AzherKhan bb38d0e325 Optimize speed of deletion in find command
I would like to recommend to use + instead of \; in the find
command. As this will ensure the removal of all selected
directories in a single invocation.

Hence improve the speed of deletion.

Change-Id: I409fe11aae217afb6f790491591005c679264ed4
2014-10-27 21:04:09 -07:00
..
bin Merge "Make diskimage-builder work in Docker." 2014-10-24 20:13:45 +00: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 Optimize speed of deletion in find command 2014-10-27 21:04:09 -07: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.