diskimage-builder/elements/fedora
Derek Higgins a5806cd482 Change the rootfs label in F18 and F19
The images produced by the diskimage-builder have their filesystem with
a label of "cloudimg-rootfs", The regex changing fstab on fedora didn't
match the F19 case.

This regex matches both
F18 :
LABEL=_/   /         ext4    defaults        1 1
F19 :
UUID=f2da0fc8-2e12-4a6e-8e95-a31a474aa1a8 / ext4 defaults,noatime 0 0

Change-Id: Iafcf5e069199f1df76874309b2d5064f343fb5e5
2013-08-07 09:57:21 +01:00
..
bin Add downloadonly flag to fedora 2013-07-27 12:17:02 -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 Change the rootfs label in F18 and F19 2013-08-07 09:57:21 +01: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