Difference between revisions of "Funtoo Linux Kernels/es"

From Funtoo
Jump to navigation Jump to search
(Created page with "Esta sección le dará una pequeña introducción a los núcleos utilizados en Funtoo. Aquí algunos temas de interés:")
(Created page with "* La moyoría de los núcleos ofrecidos por Funtoo proveen de la muy útil {{c|binary}} USE flag, descrita más abajo en la wiki. * Funtoo Linux ofrece kernels...")
Line 7: Line 7:
Aquí algunos temas de interés:
Aquí algunos temas de interés:


* Most Funtoo Linux kernels support the handy {{c|[[#Binary USE|binary]]}} USE flag, described below.
* La moyoría de los núcleos ofrecidos por Funtoo proveen de la muy útil {{c|[[#Binary USE|binary]]}} USE flag, descrita más abajo en la wiki.
* Funtoo Linux offers quality kernels from other Linux Distributions, like {{c|debian-sources}}.
* Funtoo Linux ofrece kernels de calidad, derivados de otras distribuciones Linux, por ejemplo: {{c|debian-sources}}.
* Advanced users may want to take a look at [[Additional Kernel Resources]].
* Los usuarios avanzados deberían dar un vistazo a [[Additional Kernel Resources]].


== Overview of Kernels ==
== Overview of Kernels ==

Revision as of 23:01, March 8, 2020

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

Esta sección le dará una pequeña introducción a los núcleos utilizados en Funtoo.

Aquí algunos temas de interés:

  • La moyoría de los núcleos ofrecidos por Funtoo proveen de la muy útil binary USE flag, descrita más abajo en la wiki.
  • Funtoo Linux ofrece kernels de calidad, derivados de otras distribuciones Linux, por ejemplo: debian-sources.
  • Los usuarios avanzados deberían dar un vistazo a Additional Kernel Resources.

Overview of Kernels

No results

This is the Debian kernel, long-term stable edition and the default kernel for Funtoo Linux. These ebuilds now support the binary USE flag.

sys-kernel/debian-sources

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.