Add Gentoo to the list of supported distributions
We also document any additional package needed. Change-Id: I7b9193fa5711138287f587935fc864fee4f95856
This commit is contained in:
parent
103b7dea6d
commit
175e292ec1
@ -17,14 +17,15 @@ Requirements
|
|||||||
|
|
||||||
Most image formats require the qemu-img tool which is provided by the
|
Most image formats require the qemu-img tool which is provided by the
|
||||||
qemu-utils package on Ubuntu/Debian or the qemu package on
|
qemu-utils package on Ubuntu/Debian or the qemu package on
|
||||||
Fedora/RHEL/opensuse.
|
Fedora/RHEL/opensuse/Gentoo.
|
||||||
|
|
||||||
Some image formats, such as VHD, may require additional tools. Please see
|
Some image formats, such as VHD, may require additional tools. Please see
|
||||||
the disk-image-create help output for more information.
|
the disk-image-create help output for more information.
|
||||||
|
|
||||||
Individual elements can also have additional dependencies for the build host.
|
Individual elements can also have additional dependencies for the build host.
|
||||||
It is recommended you check the documentation for each element you are using
|
It is recommended you check the documentation for each element you are using
|
||||||
to determine if there are any additional dependencies.
|
to determine if there are any additional dependencies. Of particular note is
|
||||||
|
the need for the `dev-python/pyyaml` package on Gentoo hosts.
|
||||||
|
|
||||||
|
|
||||||
Source Installation
|
Source Installation
|
||||||
|
@ -8,6 +8,7 @@ Distributions which are supported as a build host:
|
|||||||
- Fedora 20, 21, 22
|
- Fedora 20, 21, 22
|
||||||
- RHEL 6, 7
|
- RHEL 6, 7
|
||||||
- Ubuntu 14.04 ("trusty")
|
- Ubuntu 14.04 ("trusty")
|
||||||
|
- Gentoo
|
||||||
|
|
||||||
|
|
||||||
Distributions which are supported as a target for an image:
|
Distributions which are supported as a target for an image:
|
||||||
@ -17,3 +18,4 @@ Distributions which are supported as a target for an image:
|
|||||||
- Fedora 20, 21, 22
|
- Fedora 20, 21, 22
|
||||||
- RHEL 6, 7
|
- RHEL 6, 7
|
||||||
- Ubuntu 12.04 ("precise"), 14.04 ("trusty")
|
- Ubuntu 12.04 ("precise"), 14.04 ("trusty")
|
||||||
|
- Gentoo
|
||||||
|
@ -17,6 +17,9 @@ Notes:
|
|||||||
one will never change content, but will frequently be deleted and replaced
|
one will never change content, but will frequently be deleted and replaced
|
||||||
by a newer build with a higher version-release number.
|
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.
|
||||||
|
|
||||||
* Other profiles can be used by exporting GENTOO_PROFILE with a valid profile.
|
* Other profiles can be used by exporting GENTOO_PROFILE with a valid profile.
|
||||||
A list of valid profiles follows:
|
A list of valid profiles follows:
|
||||||
|
|
||||||
|
@ -6,6 +6,8 @@ The package-installs element allows for a declarative method of installing and
|
|||||||
uninstalling packages for an image build. This is done by creating a
|
uninstalling packages for an image build. This is done by creating a
|
||||||
package-installs.yaml or package-installs.json file in the element directory.
|
package-installs.yaml or package-installs.json file in the element directory.
|
||||||
|
|
||||||
|
In order to work on Gentoo hosts you will need to manually install
|
||||||
|
`dev-python/pyyaml`.
|
||||||
|
|
||||||
example package-installs.yaml::
|
example package-installs.yaml::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user