diskimage-builder/elements/base
Lucas Alvares Gomes 02ee161e81 Refactor the first boot routine.
Setting up a routine to run at first time the system boot may vary from
distribution to distribution. This patch will remove the logic from the
diskimage-builder code and put it into the elements.

The base element will now deploy a dib-first-boot script and each OS
element will ensure that this script runs at rc.local time. By doing
that we will put the OS specific stuff in the OS elements and remove
the embedded code out of the img-function file.

Change-Id: I24c5d1b1185de5693f145347fe912245f1ba7dfe
2013-05-16 15:50:10 +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 Add armhf support. 2013-04-09 08:17:22 +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 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