diskimage-builder/elements/base
Chris Jones be99db321b Build all dkms modules near the end of the image build.
Work around ordering issues that cause dkms modules to not always
be built for all installed kernels, add a post-install.d script to
the base element that will force the issue.
(Note that any module/kernel pairs with a pre-existing valid
module will not be rebuilt, so this should not impact performance
unnecessarily)

Change-Id: Iccea14c6318014cc7e1fec77e71c14a224f7b76e
2013-05-24 11:57:04 +01:00
..
extra-data.d Store build-time settings 2013-04-04 20:39:11 +01:00
finalise.d Refactor the first boot routine. 2013-05-16 15:50:10 +01:00
install.d Force text mode console in base element. 2013-05-16 20:04:12 +01:00
post-install.d Build all dkms modules near the end of the image build. 2013-05-24 11:57:04 +01:00
pre-install.d install redhat-lsb before pre-install.d baseline-tools 2013-05-13 15:58:31 +12:00
dib-first-boot Refactor the first boot routine. 2013-05-16 15:50:10 +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