diskimage-builder/elements/gentoo
Gregory Haynes 642f906476 Add install-bin element
The various distro elements include a copy of this script which installs
all files in the bin/ dir of the copied element hooks in to
/usr/local/bin. Lets share code rather than repeating ourselves.

Change-Id: I354382f8c42ede2e9b8c548b7df8367c03e6836e
2016-05-13 11:52:23 +10:00
..
bin Add testing for the Gentoo element 2016-03-17 00:13:32 -05:00
environment.d Fix building on gentoo hosts 2016-02-21 22:46:13 -06:00
post-install.d Remove eclean-dist as it's not available by default 2016-02-12 00:31:27 +00:00
pre-install.d Add install-bin element 2016-05-13 11:52:23 +10:00
root.d Add testing for the Gentoo element 2016-03-17 00:13:32 -05:00
test-elements/build-succeeds Add testing for the Gentoo element 2016-03-17 00:13:32 -05:00
README.rst Note requirement for parted on gentoo hosts 2016-03-19 22:04:05 -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
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

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