diskimage-builder/elements/gentoo
Matthew Thode dc8449bf02
move post-install.d to finalize.d
It looks like I installed the cleanup file in the wrong location.  Moving it
to the correct location and cleaning some more stuff up should allow for a
much smaller image, currently tested at 300M vs 490M.

Change-Id: I9d0a24b0fe59d4f2d38aa88ba47e4400e0476b46
2017-01-22 15:53:02 -06:00
..
bin Fix Gentoo builds on Ubuntu 16.04 Xenial hosts 2017-01-10 10:34:12 -06:00
environment.d elements: Drop executable bits from environment files 2016-12-01 23:06:56 +00:00
extra-data.d Optionally remove portage files 2016-08-02 16:42:29 -05:00
finalise.d move post-install.d to finalize.d 2017-01-22 15:53:02 -06:00
pre-install.d Add install-bin element 2016-05-13 11:52:23 +10:00
root.d Optionally remove portage files 2016-08-02 16:42:29 -05:00
test-elements/build-succeeds Add testing for the Gentoo element 2016-03-17 00:13:32 -05:00
element-deps Add install-bin element 2016-05-13 11:52:23 +10:00
element-provides Initial add of gentoo support for diskimage-builder 2016-01-12 19:15:00 -06:00
package-installs.yaml Fix Gentoo hardened support 2016-02-01 20:56:37 -06:00
README.rst Optionally remove portage files 2016-08-02 16:42:29 -05:00

========
Gentoo
========
Use a Gentoo cloud image as the baseline for built disk images. The images are
located in profile specific sub directories:

    http://distfiles.gentoo.org/releases/amd64/autobuilds/

As of this writing, only x86_64 images are available.

Notes:

* There are very frequently new automated builds that include changes that
  happen during the product maintenance. The download directories contain an
  unversioned name and a versioned name. The unversioned name will always
  point to the latest image, but will frequently change its content. The
  versioned one will never change content, but will frequently be deleted and
  replaced by a newer build with a higher version-release number.

* In order to run the package-installs element you will need to make sure
  `dev-python/pyyaml` is installed on the host.

* In order to run the vm element you will need to make sure `sys-block/parted`
  is installed on the host.

* Other profiles can be used by exporting GENTOO_PROFILE with a valid profile.
  A list of valid profiles follows:

    default/linux/amd64/13.0
    default/linux/amd64/13.0/no-multilib
    hardened/linux/amd64
    hardened/linux/amd64/no-multilib

* You can set the GENTOO_PORTAGE_CLEANUP environment variable to true (or
  anything other than False) to clean up portage from the system and get the
  image size smaller.