diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index 77c31275ae..1d9cd5172e 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml @@ -5,6 +5,12 @@ Reference: Features + + This chapter provides a reference of shipped machine and distro features + you can include as part of the image, a reference on image types you can + build, and a reference on feature backfilling. + + Features provide a mechanism for working out which packages should be included in the generated images. @@ -27,7 +33,8 @@ One method you can use to determine which recipes are checking to see if a particular feature is contained or not is to grep through - the metadata for the feature. + the Metadata + for the feature. Here is an example that discovers the recipes whose build is potentially changed based on a given feature: @@ -36,13 +43,6 @@ - - This chapter provides a reference of shipped machine and distro features - you can include as part of the image, a reference on image types you can - build, and a reference on feature backfilling. - - -
Distro