diskimage-builder/elements/fedora
James Slagle 4072ae232f Add 00-fedora-fixup-vim
We need to update vim-minimal, otherwise when rabbitmq-server gets
installed and pulls in vim-common, we run into:

https://bugzilla.redhat.com/show_bug.cgi?id=1066983

Change-Id: I910cd6c5c5fcfc6f6780b86029b1b4e660dd8d05
2014-02-19 08:32:25 -05:00
..
bin Adjust neutron package install for Fedora 2014-02-06 23:11:56 +01:00
finalise.d Add ability to use local cloud image 2014-01-28 11:01:30 -05:00
install.d Add 00-fedora-fixup-vim 2014-02-19 08:32:25 -05:00
pre-install.d Add ability to use local cloud image 2014-01-28 11:01:30 -05:00
root.d Add ability to use local cloud image 2014-01-28 11:01:30 -05:00
element-deps Remove dependency on dracut-network 2013-10-25 09:15:40 +01:00
README.md Add ability to use local cloud image 2014-01-28 11:01:30 -05:00
source-repository-fedora On Fedora, use Linux Foundation bzr lsb_release 2013-09-04 10:16:49 +12:00

Use Fedora cloud images as the baseline for built disk images.

Overrides:

  • To use a non-default URL for downloading base Fedora cloud images, use the environment variable DIB_CLOUD_IMAGES
  • To download a non-default release of Fedora 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 build by diskimage-builder. It should be a full disk image, not just a filesystem image.