The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Funtoo Linux Kernels/tr"
(Created page with "Category:Funtoo özellikleri Category:Çekirdek Category:Resmi Belgeler") |
|||
Line 32: | Line 32: | ||
[[Funtoo Linux Installation]] Kılavuzunda daha fazla bilgi bulunabilir. | [[Funtoo Linux Installation]] Kılavuzunda daha fazla bilgi bulunabilir. | ||
[[Category:Funtoo | [[Category:Funtoo features]] | ||
[[Category: | [[Category:Kernel]] | ||
[[Category: | [[Category:Official Documentation]] |
Latest revision as of 00:11, September 15, 2019
Bu bölüm size funtoo'da kullanılan çekirdeklerin genel bir özetini verir. İlgi çekici bazı noktalar:
- Most Funtoo Linux kernels support the handy
binary
USE flag, described below. - Funtoo Linux offers quality kernels from other Linux Distributions, like
debian-sources
. - Advanced users may want to take a look at Additional Kernel Resources.
Çekirdeklere Genel Bakış
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
Bu Debian çekirdeğinin daha güncel bir sürümüdür, ancak sunucular için pek uygun değildir.
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
Funtoo Linux Installation Kılavuzunda daha fazla bilgi bulunabilir.