47 lines
1.1 KiB
ReStructuredText
47 lines
1.1 KiB
ReStructuredText
******
|
|
Images
|
|
******
|
|
|
|
The CoreOS build system provides several examples image:
|
|
|
|
.. index:: coreos-image-all-features
|
|
|
|
``coreos-image-all-features``
|
|
=============================
|
|
|
|
An image with most of the optional feature of CoreOS.
|
|
|
|
.. index:: coreos-image-demo
|
|
|
|
``coreos-image-demo``
|
|
=============================
|
|
|
|
An image based on `coreos-image-all-features`` that has additional demo
|
|
features activated.
|
|
|
|
.. index:: coreos-image-minimal
|
|
|
|
``coreos-image-minimal``
|
|
========================
|
|
|
|
A small image just capable of allowing a device to boot.
|
|
|
|
|
|
.. index:: coreos-image-minimal-dev
|
|
|
|
``coreos-image-minimal-dev``
|
|
============================
|
|
|
|
A ``coreos-image-minimal`` image suitable for development work using the host.
|
|
The image includes headers and libraries you can use in a host development
|
|
environment.
|
|
|
|
.. note::
|
|
|
|
:external:ref:`ref-manual/images:images` defined in OpenEmbedded-Core are also
|
|
available, but are not based on the :ref:`coreos-image
|
|
<ref-classes-coreos-image>` classes.
|
|
|
|
Custom image based on the :ref:`coreos-image <ref-classes-coreos-image>` classes
|
|
can be made in an application layers.
|