Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Install/Kernel/zh-cn"
< Install
Jump to navigation
Jump to search
Mmwweettyy (talk | contribs) (Created page with "<includeonly> == Prepare Disk == </includeonly><noinclude><languages/> = 安装指南:安装内核 =") |
Mmwweettyy (talk | contribs) (Created page with "此时,安装最新的 {{c|sys-kernel/linux-firmware}} 包是明智之举,因为各种驱动都依赖于固件 blobs 和指令。如果没有固件,Wi-Fi 卡、图形卡...") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
{{InstallNavigation|num=13|prev=Introducing Portage|next=Bootloader}}</noinclude> | {{InstallNavigation|num=13|prev=Introducing Portage|next=Bootloader}}</noinclude> | ||
Funtoo Linux stage3 | Funtoo Linux stage3 包含一个预建的 {{c|debian-sources}} 内核,使安装更快,更容易。要查看预装的内核版本,输入: | ||
{{console|body= | {{console|body= | ||
Line 23: | Line 23: | ||
}} | }} | ||
=== | === 固件 === | ||
此时,安装最新的 {{c|sys-kernel/linux-firmware}} 包是明智之举,因为各种驱动都依赖于固件 blobs 和指令。如果没有固件,Wi-Fi 卡、图形卡、网卡等硬件将无法正常工作或根本无法工作。如果使用 ''{{c|stage3}}'' 镜像,请执行以下步骤进行安装。如果使用 ''{{c|linux-firmware}}'' 镜像,则 {{c|linux-firmware}} 已经安装完毕。 | |||
{{console|body= | {{console|body= |
Latest revision as of 11:00, April 8, 2021
安装指南:安装内核
Install Guide, Chapter 13 | < Prev | Next > |
Funtoo Linux stage3 包含一个预建的 debian-sources
内核,使安装更快,更容易。要查看预装的内核版本,输入:
chroot # emerge -s debian-sources Searching... [ Results for search key : debian-sources ] [ Applications found : 1 ] * sys-kernel/debian-sources Latest version available: 5.9.6_p1 Latest version installed: 5.9.6_p1 Size of files: 118,723 kB Homepage: https://packages.debian.org/unstable/kernel/ Description: Debian Sources (and optional binary kernel) License: GPL-2
固件
此时,安装最新的 sys-kernel/linux-firmware
包是明智之举,因为各种驱动都依赖于固件 blobs 和指令。如果没有固件,Wi-Fi 卡、图形卡、网卡等硬件将无法正常工作或根本无法工作。如果使用 stage3
镜像,请执行以下步骤进行安装。如果使用 linux-firmware
镜像,则 linux-firmware
已经安装完毕。
chroot # emerge -av linux-firmware
Install Guide, Chapter 13 | < Prev | Next > |