The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Install/pt-br/Profiles"
(Created page with "=== Profiles === Once you have rebooted into Funtoo Linux, you can further customize your system to your needs by using Funtoo Profiles. Funtoo 1.0 Profile|Funtoo profiles...") |
|||
Line 1: | Line 1: | ||
=== Profiles === | === Profiles === | ||
Uma vez que você tenha reiniciado no Funtoo Linux, você pode mais tarde personalizar seu sistema para as suas necessidade ao usar o Funtoo Profiles. | |||
[[Funtoo 1.0 Profile|Funtoo profiles]] are used to define defaults for Portage specific to your needs. There are 4 basic profile types: arch, build, [[Flavors and Mix-ins|flavor, and mix-ins]]: | [[Funtoo 1.0 Profile|Funtoo profiles]] are used to define defaults for Portage specific to your needs. There are 4 basic profile types: arch, build, [[Flavors and Mix-ins|flavor, and mix-ins]]: |
Revision as of 21:51, March 10, 2015
Profiles
Uma vez que você tenha reiniciado no Funtoo Linux, você pode mais tarde personalizar seu sistema para as suas necessidade ao usar o Funtoo Profiles.
Funtoo profiles are used to define defaults for Portage specific to your needs. There are 4 basic profile types: arch, build, flavor, and mix-ins:
- arch
- typically
x86-32bit
orx86-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
orexperimental
build.current
systems will have newer packages unmasked thanstable
systems. - flavor
- defines the general type of system, such as
server
ordesktop
, and will set default USE flags appropriate for your needs. - mix-ins
- define various optional settings that you may be interested in enabling.
One arch, build and flavor must be set for each Funtoo Linux system, while mix-ins are optional and you can enable more than one if desired.
Remember that profiles can often be inherited. For example, the desktop
flavor inherits the workstation
flavor settings, which in turn inherits the X
and audio
mix-ins. You can view this by using eselect:
(chroot) # eselect profile show
Currently set profiles:
arch: gentoo:funtoo/1.0/linux-gnu/arch/x86-64bit
build: gentoo:funtoo/1.0/linux-gnu/build/current
flavor: gentoo:funtoo/1.0/linux-gnu/flavor/desktop
mix-ins: gentoo:funtoo/1.0/linux-gnu/mix-ins/kde
Automatically enabled profiles:
mix-ins: gentoo:funtoo/1.0/linux-gnu/mix-ins/print
mix-ins: gentoo:funtoo/1.0/linux-gnu/mix-ins/X
mix-ins: gentoo:funtoo/1.0/linux-gnu/mix-ins/audio
mix-ins: gentoo:funtoo/1.0/linux-gnu/mix-ins/dvd
mix-ins: gentoo:funtoo/1.0/linux-gnu/mix-ins/media
mix-ins: gentoo:funtoo/1.0/linux-gnu/mix-ins/console-extras
To view installed profiles:
(chroot) # eselect profile list
To change the profile flavor:
(chroot) # eselect profile set-flavor 7
To add a mix-in:
(chroot) # eselect profile add 10