diskimage-builder/elements/gentoo
Matthew Thode 01fce7b70c
Fix Gentoo hardened support
This checks the profile, if it has hardened in it's name it needs xattr support
unfortunately xattr support cannot yet be relied on everywhere, so it needs to
be disabled for hardened profile builds to correctly pax-mark.

Change-Id: I7fb855249a9e6c9b6497ab5061b4ea3c014f5081
Closes-Bug: 1537177
2016-02-01 20:56:37 -06:00
..
bin Fix Gentoo hardened support 2016-02-01 20:56:37 -06:00
environment.d Fix Gentoo hardened support 2016-02-01 20:56:37 -06:00
post-install.d Fix Gentoo hardened support 2016-02-01 20:56:37 -06:00
pre-install.d Fix Gentoo hardened support 2016-02-01 20:56:37 -06:00
root.d Fix Gentoo hardened support 2016-02-01 20:56:37 -06:00
element-deps Fix Gentoo hardened support 2016-02-01 20:56:37 -06:00
element-provides Initial add of gentoo support for diskimage-builder 2016-01-12 19:15:00 -06:00
gentoo-releng.gpg 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 Initial add of gentoo support for diskimage-builder 2016-01-12 19:15:00 -06: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.

* 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