Linux 2.6.0 软件包

官方仓库现在有 kernel26 软件包了。

警告:以经典的 Arch 风格,我在发布此软件包之前对其进行了长达 24 小时的测试,因为大多数想要使用 2.6 的用户已经在使用它了。如果您担心稳定性,请暂时使用 2.4。它是 Arch 的默认内核。

一些注意事项

  • module-init-tools 替换了 modutils,并且可以与两个内核版本一起使用
  • kernel26 软件包大量使用 '26' 扩展名(/boot/vmlinuz26, /boot/System.map26, /boot/kconfig26),以便 2.4 和 2.6 软件包可以共存。
  • 如果您遇到奇怪的挂起问题,请尝试使用 acpi=off 启动。我曾经遇到过 ACPI 不时冻结我的几台机器的情况。
快速升级到 2.6 的步骤
  1. pacman -Syu (确保您已安装 module-init-tools)
  2. pacman -S kernel26
  3. generate-modprobe.conf >/etc/modprobe.conf (或创建您自己的)
  4. 将此行添加到您的 /etc/fstab

    none     /dev/pts  devpts    defaults               0 0

  5. 为 /boot/vmlinuz26 创建一个 lilo/grub 条目
  6. 重启