Difference between revisions of "Funtoo Linux Kernels/pt-br"

From Funtoo
Jump to navigation Jump to search
(Created page with "Este é o kernel do Debian, a edição estável de longo prazo e o kernel padrão para o Funtoo Linux. '''Esses ebuilds agora suportam a USE flag {{c|binary}}.'''")
(Created page with "=== {{Pacote|sys-kernel/debian-sources}} ===")
Line 16: Line 16:
Este é o kernel do Debian, a edição estável de longo prazo e o kernel padrão para o Funtoo Linux. '''Esses ebuilds agora suportam a USE flag {{c|binary}}.'''
Este é o kernel do Debian, a edição estável de longo prazo e o kernel padrão para o Funtoo Linux. '''Esses ebuilds agora suportam a USE flag {{c|binary}}.'''


=== {{Package|sys-kernel/debian-sources}} ===
=== {{Pacote|sys-kernel/debian-sources}} ===


This is a more up-to-date version of the Debian kernel but it less suited for server systems.
This is a more up-to-date version of the Debian kernel but it less suited for server systems.

Revision as of 05:29, July 11, 2020

Other languages:
English • ‎Türkçe • ‎español • ‎português do Brasil • ‎中文(中国大陆)‎
   {{{title}}}
{{{body}}}

Esta Seção dará a você um overview dos kernels usados no Funtoo. Alguns pontos de interesse:

  • Muitos dos kernels do Funtoo Linux suportam a USE flag binary, descrita abaixo.
  • O Funtoo Linux oferece kernels de qualidade de outras Distribuições Linux, como debian-sources.
  • Usuários avançados podem querer dar uma olhada em Additional Kernel Resources.

Overview dos Kernels

Template:Pacote

Este é o kernel do Debian, a edição estável de longo prazo e o kernel padrão para o Funtoo Linux. Esses ebuilds agora suportam a USE flag binary.

Template:Pacote

This is a more up-to-date version of the Debian kernel but it less suited for server systems.

Binary USE

Many of the kernel ebuilds in Funtoo Linux support the very useful binary USE flag. By enabling this USE flag and emerging the kernel, the ebuild will automatically build a binary kernel image, initramfs and kernel modules and install them to /boot. The binary kernel image and initramfs can be used to boot your Funtoo Linux system without requiring any additional configuration. This is a great way to get a Funtoo Linux system up and running quickly. Here's how to do it:

root # echo "sys-kernel/debian-sources binary" >> /etc/portage/package.use
root # emerge debian-sources
root # nano -w /etc/boot.conf
root # ego boot update

More information can be found in the Funtoo Linux Installation Guide.