The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Install/Profiles/pt-br"
(Created page with "Depois de ter reiniciado o Funtoo Linux, você pode personalizar ainda mais o seu sistema, de acordo com suas necessidades, usando os Funtoo Profiles. Uma rápida introdu...") |
(Created page with "A arquitetura (arch), o tipo de construção (build) e o sabor (flavor) devem ser definidos para cada sistema Funtoo Linux, enquanto configurações miscelâneas (mix-ins) sã...") |
||
Line 17: | Line 17: | ||
{{TableEnd}} | {{TableEnd}} | ||
A arquitetura (arch), o tipo de construção (build) e o sabor (flavor) devem ser definidos para cada sistema Funtoo Linux, enquanto configurações miscelâneas (mix-ins) são opcionais e você pode ativar mais de uma, se desejar. Muitas vezes, sabores e miscelâneas herdam configurações de outros perfis. Use o programa {{c|epro show}} para visualizar suas configurações de perfil atuais, além de qualquer informação sobre herança: | |||
{{console|body= | {{console|body= | ||
(chroot) # ##i## epro show | (chroot) # ##i## epro show |
Revision as of 17:01, October 1, 2018
Guia de Instalação: Perfis
Install Guide, Chapter 17 | < Prev | Next > |
Depois de ter reiniciado o Funtoo Linux, você pode personalizar ainda mais o seu sistema, de acordo com suas necessidades, usando os Funtoo Profiles. Uma rápida introdução aos perfis está incluída abaixo -- consulte a página Funtoo Profiles para obter informações mais detalhadas. Existem cinco tipos básicos de perfis: arch, build, subarch, flavors e mix-ins (arquitetura, construção, subarquitetura, sabores e miscelânea):
Sub-Profile Type | Description |
---|---|
arch | Typically x86-32bit or x86-64bit , this defines the processor type and support of your system. This is defined when your stage was built and should not be changed. |
build | Defines whether your system is a current , stable or experimental build. At the moment, all Funtoo Linux builds use the funtoo-current build profile. |
subarch | Defines CPU optimizations for your system. The subarch is set at the time the stage3 is built, but can be changed later to better settings if necessary. Be sure to pick a setting that is compatible with your CPU. |
flavor | Defines the general type of system, such as server or desktop , and will set default USE flags appropriate for your needs. |
mix-ins | Defines various optional settings that you may be interested in enabling. |
A arquitetura (arch), o tipo de construção (build) e o sabor (flavor) devem ser definidos para cada sistema Funtoo Linux, enquanto configurações miscelâneas (mix-ins) são opcionais e você pode ativar mais de uma, se desejar. Muitas vezes, sabores e miscelâneas herdam configurações de outros perfis. Use o programa epro show
para visualizar suas configurações de perfil atuais, além de qualquer informação sobre herança:
(chroot) # epro show === Enabled Profiles: === arch: x86-64bit build: current subarch: intel64-haswell flavor: desktop mix-ins: gnome === All inherited flavors from desktop flavor: === workstation (from desktop flavor) core (from workstation flavor) minimal (from core flavor) === All inherited mix-ins from desktop flavor: === X (from workstation flavor) audio (from workstation flavor) dvd (from workstation flavor) media (from workstation flavor) mediadevice-audio-consumer (from media mix-in) mediadevice-base (from mediadevice-audio-consumer mix-in) mediadevice-video-consumer (from media mix-in) mediadevice-base (from mediadevice-video-consumer mix-in) mediaformat-audio-common (from media mix-in) mediaformat-gfx-common (from media mix-in) mediaformat-video-common (from media mix-in) console-extras (from workstation flavor) print (from desktop flavor)
Here are some basic examples of epro
usage:
Description | Command |
---|---|
View available profiles. Enabled profiles will be highlighted in cyan. Directly enabled profiles will be in bold and have a * appended. | epro list |
Change the system flavor. | epro flavor desktop |
Add a mix-in. | epro mix-in +gnome |