diskimage-builder/elements/base
Lucas Alvares Gomes 64d7b8d4cb Fedora 19 GRUB
In the 52-force-text-mode-console hook, gracefully exit when the
/boot/grub2 directory does not exist on the Fedora 19 cloud image
filesystem. By default the Fedora 19 cloud image is using extlinux to boot
the image instead of GRUB. The decision was taken because GRUB is quite
big (would pull in ~30MB of dependencies) and there's very little benefit
in using it because cloud images don't need to cover all the corner cases.

Change-Id: I52723d4d14c21b1787b4c7e0dd21a09cdbdae0d1
2013-07-16 18:05:04 +01:00
..
environment.d Use ccache to cache all compiles between builds. 2013-07-09 18:18:19 -07:00
extra-data.d Store build-time settings 2013-04-04 20:39:11 +01:00
finalise.d Fedora 19 GRUB 2013-07-16 18:05:04 +01:00
install.d F19 GRUB configuration file 2013-07-12 17:21:15 +01:00
post-install.d Move package install of dkms to install.d. 2013-05-27 12:12:47 +12:00
pre-install.d install redhat-lsb before pre-install.d baseline-tools 2013-05-13 15:58:31 +12:00
dib-first-boot Use full path to dib-run-parts during firstboot. 2013-06-20 08:13:30 +01:00
README.md Include English locale in base. 2012-12-21 17:45:06 +00:00

This is the base element.

Almost all users will want to include this in their disk image build, as it includes a lot of useful functionality.

Notes:

  • If you are getting warnings during the build about your locale being missing, consider installing/generating the relevant locale. This may be as simple as having language-pack-XX installed in the pre-install stage