Difference between revisions of "Flavors and Mix-ins"
From Funtoo Linux
(Created page with "This page documents flavors and mix-ins, which are components of Funtoo profiles: == Flavors == A system can have only one flavor profile defined. The following flavors are ...") |
|||
| Line 3: | Line 3: | ||
== Flavors == | == Flavors == | ||
| − | A system can have only one flavor profile | + | A system can have only one flavor profile enabled at a time. The following flavors are available: |
;minimal: This flavor defines the most minimal possible flavor. It currently only contains defaults for all Funtoo Linux flavors. | ;minimal: This flavor defines the most minimal possible flavor. It currently only contains defaults for all Funtoo Linux flavors. | ||
| Line 12: | Line 12: | ||
;desktop: The desktop flavor is intended for desktop systems. It includes commonly-selected desktop-related software and hardware options. | ;desktop: The desktop flavor is intended for desktop systems. It includes commonly-selected desktop-related software and hardware options. | ||
| + | |||
| + | == Mix-ins == | ||
| + | |||
| + | A system can have any number of mix-ins enabled at a time. The following mix-ins are available: | ||
| + | |||
| + | ;dvd: USE settings related to DVD-ROM/RW use. | ||
| + | |||
| + | ;gnome: USE and package.use settings required to merge GNOME. | ||
| + | |||
| + | ;kde: USE and package.use settings required to merge KDE. | ||
| + | |||
| + | ;media: USE settings related to audio/video media encoding. Can be for desktops or servers. | ||
| + | |||
| + | ;rhel5-compat: settings required for running a system that uses a Red Hat Enterprise Linux 5-based kernel. | ||
| + | |||
| + | ;workstation: settings related to desktops -- will be integrated into the desktop flavor in the future. | ||
| + | |||
| + | ;xfce: USE settings required for merging XFCE. | ||
Revision as of 03:18, 17 September 2012
This page documents flavors and mix-ins, which are components of Funtoo profiles:
Flavors
A system can have only one flavor profile enabled at a time. The following flavors are available:
- minimal
- This flavor defines the most minimal possible flavor. It currently only contains defaults for all Funtoo Linux flavors.
- core
- The core flavor is the minimal flavor plus reasonable USE options, and is used for stage3 builds.
- server
- The server flavor is intended for servers but currently just tracks core.
- desktop
- The desktop flavor is intended for desktop systems. It includes commonly-selected desktop-related software and hardware options.
Mix-ins
A system can have any number of mix-ins enabled at a time. The following mix-ins are available:
- dvd
- USE settings related to DVD-ROM/RW use.
- gnome
- USE and package.use settings required to merge GNOME.
- kde
- USE and package.use settings required to merge KDE.
- media
- USE settings related to audio/video media encoding. Can be for desktops or servers.
- rhel5-compat
- settings required for running a system that uses a Red Hat Enterprise Linux 5-based kernel.
- workstation
- settings related to desktops -- will be integrated into the desktop flavor in the future.
- xfce
- USE settings required for merging XFCE.