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 ...") |
(→Mix-ins) |
||
| (13 intermediate revisions by 2 users not shown) | |||
| 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 9: | Line 9: | ||
;core: The core flavor is the minimal flavor plus reasonable USE options, and is used for stage3 builds. | ;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 | + | ;server: The server flavor is intended for servers but at this time just tracks core. |
| − | ;desktop: The desktop flavor is | + | ;workstation: The workstation flavor is a minimal desktop system. It includes the core flavor plus these mix-ins: '''X''', '''audio''', '''dvd''', '''media''', '''console-extras''' |
| + | |||
| + | ;desktop: The desktop flavor is a full-featured desktop system, minus desktop environment (add KDE, GNOME or XFCE as a mix-in.) It includes the '''workstation''' flavor plus '''printing''' support. | ||
| + | |||
| + | == Mix-ins == | ||
| + | |||
| + | A system can have any number of mix-ins enabled at a time. The following mix-ins are available: | ||
| + | |||
| + | ;audio: Enables core audio-related settings, currently related to ALSA. | ||
| + | |||
| + | ;console-extras: Enables things that are nice to have for console-only systems. Currently enabling gpm in USE. | ||
| + | |||
| + | ;dvd: USE settings related to optical drives -- CDR/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. | ||
| + | |||
| + | ;print: Enables printing capability. | ||
| + | |||
| + | ;rhel5-compat: settings required for running a system that uses a Red Hat Enterprise Linux 5-based kernel. | ||
| + | |||
| + | ;X: Settings related to the X Window System and hardware support. | ||
| + | |||
| + | ;xfce: USE settings required for merging XFCE. | ||
| + | |||
| + | [[Category:Portage]] | ||
| + | [[Category:Featured]] | ||
| + | [[Category:Funtoo features]] | ||
Revision as of 07:46, 18 November 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 at this time just tracks core.
- workstation
- The workstation flavor is a minimal desktop system. It includes the core flavor plus these mix-ins: X, audio, dvd, media, console-extras
- desktop
- The desktop flavor is a full-featured desktop system, minus desktop environment (add KDE, GNOME or XFCE as a mix-in.) It includes the workstation flavor plus printing support.
Mix-ins
A system can have any number of mix-ins enabled at a time. The following mix-ins are available:
- audio
- Enables core audio-related settings, currently related to ALSA.
- console-extras
- Enables things that are nice to have for console-only systems. Currently enabling gpm in USE.
- dvd
- USE settings related to optical drives -- CDR/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.
- Enables printing capability.
- rhel5-compat
- settings required for running a system that uses a Red Hat Enterprise Linux 5-based kernel.
- X
- Settings related to the X Window System and hardware support.
- xfce
- USE settings required for merging XFCE.