diskimage-builder/elements/fedora
Derek Higgins d8ba46f8e3 Install which on Fedora
Create an install hook where core utilities can be installed
on Fedora. In this case we are installing which.
Which is being used by
  ramdisk/post-install.d/01-ensure-binaries
  vm/finalise.d/51-grub
The absence to which caused the ramdisk build to fail on F19.

On Ubuntu which is installed with the package debianutils, this pretty
much has to exist on Ubuntu images, so a corresponding package install for
ubuntu isn't needed.

Fixes Bug 1202612

Change-Id: I847c1619cdab021c9348caed3fa32db64e663e8e
2013-07-26 11:04:58 +01:00
..
bin Add package mappings for augeas-tools and openssh-client 2013-07-12 10:24:15 -04:00
finalise.d Merge "Refactor the first boot routine." 2013-05-20 18:38:45 +00:00
install.d Install which on Fedora 2013-07-26 11:04:58 +01:00
post-install.d Fix cloud-init routing issue on Fedora 2013-06-25 14:49:18 -07:00
pre-install.d Add /usr/local/bin to the secure_path variable. 2013-06-12 11:01:01 +01:00
root.d Update the Fedora element to honour --offline. 2013-07-18 13:19:35 +12:00
element-deps Re-use cache_url() in fedora element. 2013-06-20 00:04:59 +01:00
README.md Migrate cloud image URL/Release options to DIB_. 2013-04-12 14:48:54 +01: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