Difference between revisions of "Flavors and Mix-ins"
From Funtoo Linux
(→Mix-ins) |
|||
| (12 intermediate revisions by 2 users not shown) | |||
| 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. |
| − | ; | + | ;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 == | == Mix-ins == | ||
| Line 17: | Line 19: | ||
A system can have any number of mix-ins enabled at a time. The following mix-ins are available: | 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. | + | ;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. | ;gnome: USE and package.use settings required to merge GNOME. | ||
| Line 24: | Line 30: | ||
;media: USE settings related to audio/video media encoding. Can be for desktops or servers. | ;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. | ;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. | ;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.