Difference between revisions of "Funtoo Linux Kernels/zh-cn"

From Funtoo
Jump to navigation Jump to search
(Created page with "本节将介绍 funtoo 中使用的内核。 一些值得关注的点:")
(Created page with "这是 Debian 内核的最新版本,但它不太适合服务器系统。")
 
(4 intermediate revisions by the same user not shown)
Line 6: Line 6:
一些值得关注的点:
一些值得关注的点:


* Most Funtoo Linux kernels support the handy {{c|[[#Binary USE|binary]]}} USE flag, described below.
* 大多数 Funtoo Linux 内核都支持方便的 {{c|[[#Binary USE|binary]]}} USE 标记,如下所述。
* Funtoo Linux offers quality kernels from other Linux Distributions, like {{c|debian-sources}}.
* Funtoo Linux 提供了来自其他 Linux 发行版的高质量内核,如 {{c|debian-sources}}
* Advanced users may want to take a look at [[Additional Kernel Resources]].
* 高级用户可能需要查看 [[Additional Kernel Resources]]


== Overview of Kernels ==
== 内核概览 ==


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


This is the Debian kernel, long-term stable edition and the default kernel for Funtoo Linux. '''These ebuilds now support the {{c|binary}} USE flag.'''
这是 Debian 的内核,长期支持版,也是 Funtoo Linux 的默认内核。'''这些 ebuilds 现在支持 {{c|binary}} USE 标记。'''


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


This is a more up-to-date version of the Debian kernel but it less suited for server systems.
这是 Debian 内核的最新版本,但它不太适合服务器系统。


== Binary USE ==
== Binary USE ==

Latest revision as of 18:21, April 5, 2021

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

本节将介绍 funtoo 中使用的内核。 一些值得关注的点:

  • 大多数 Funtoo Linux 内核都支持方便的 binary USE 标记,如下所述。
  • Funtoo Linux 提供了来自其他 Linux 发行版的高质量内核,如 debian-sources
  • 高级用户可能需要查看 Additional Kernel Resources

内核概览

No results

这是 Debian 的内核,长期支持版,也是 Funtoo Linux 的默认内核。这些 ebuilds 现在支持 binary USE 标记。

sys-kernel/debian-sources

这是 Debian 内核的最新版本,但它不太适合服务器系统。

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.