特殊:Badtitle/NS100:Update the Ramdisk

来自Ubuntu中文
Wikibot留言 | 贡献2008年10月19日 (日) 17:52的版本 (新页面: {{From|https://help.ubuntu.com/community/Update%20the%20Ramdisk}} {{Languages|UbuntuHelp:Update%20the%20Ramdisk}} === Introduction === The automatic configuration of hardware is achieved ...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航跳到搜索
可打印版本不再受到支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认打印功能。

{{#ifexist: :Update the Ramdisk/zh | | {{#ifexist: Update the Ramdisk/zh | | {{#ifeq: {{#titleparts:Update the Ramdisk|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Update the Ramdisk|1|-1|}} | zh | | }}

Introduction

The automatic configuration of hardware is achieved by using a two-phase boot: 1. Load a generic system from a ram disk. Determine what hardware is present, and what kernel modules to use. 2. Boot the system using the appropriate modules.

In order for changes to the module configuration to take effect in the first phase, the ram disk needs to be updated.

How to update the ramdisk

After having made changes to any of the files in /etc/initramfs-tools/, the ramdisk usually needs to be updated.

sudo update-initramfs -u -v -k `uname -r`