官方的Debian GNU / Linux的标志 与日常工作的Debian Etch:我非常满意使用在企业服务器和个人笔记本电脑(同一个,而我在这个时候写)。 我一个Debian的稳定分支的坚定捍卫者 - 和其他任何操作系统 - 还因为我一个专业的,我买不起的奢侈浪费时间,或者 - 更糟 - 破坏系统的稳定性测试最后饰品。 不过,我的笔记本上,我经常介绍需要利用的功能是在内核2.6.18,以上所有使用NTFS-3G的驱动程序,以便更好地管理NTFS分区的可能性缺失或不完整的。 许多人指出的小安心警报启动一个Debian Etch上,你已经安装了这些驱动程序:

WARNING: Deficient Linux kernel detected. Some driver features are
not available (swap file on NTFS, boot from NTFS by LILO), and
unmount is not safe unless it's made sure the ntfs-3g process
naturally terminates after calling 'umount'. If you wish this
message to disappear then you should upgrade to at least kernel
version 2.6.20, or request help from your distribution to fix
the kernel problem. The below web page has more information:

http://ntfs-3g.org/support.html#fuse26

出于这个原因,我靠你,使用Debian的backports中 - 严格仅用于测试和开发环境 - 一个闪闪发光的内核2.6.22!

基本前提是,它已添加到库的Debian backports中。 如果你还没有这样做,步骤如下:

  1. 作为根用户登录
  2. 编辑文件/ etc / apt / sources.list文件:
    # vim /etc/apt/sources.list
  3. 添加以下内容:
    deb http://www.backports.org/debian/ etch-backports main contrib non-free
    deb-src http://www.backports.org/debian/ etch-backports main contrib non-free
  4. 导入GPG密钥:
    # gpg --keyserver subkeys.pgp.net --recv 16BA136C
    # gpg --armor --export 16BA136C | apt-key add -

这种做法,PUA继续下载新的内核的源和完成所需的所有包:

# apt-get update
# apt-get install build-essential bin86 kernel-package libqt3-headers libqt3-mt-dev wget libncurses5 libncurses5-dev

我们移动,然后在源目录和解压存档包含内核:

# cd /usr/src
# tar xjf linux-2.6.22-3.tar.bz2
# ln -s linux-2.6.22-3 linux
# cd /usr/src/linux
# cd /usr/src
# tar xjf linux-2.6.22-3.tar.bz2
# ln -s linux-2.6.22-3 linux
# cd /usr/src/linux
执行通常的操作:

# make clean && make mrproper
# cp /boot/config-`uname -r` ./.config
# make menuconfig

我们准备编译系统,我们开始建设包德布。

# make-kpkg clean
# fakeroot make-kpkg --initrd --append-to-version=-custom kernel_image kernel_headers

请注意:这可能需要几个小时。 这一切都取决于你的工作能力计算机。

有没有别的事可做比安装两个包,,DEB从而获得。

# dpkg -i linux-image-2.6.22-custom_2.6.22-custom-10.00.Custom_i386.deb
# dpkg -i linux-headers-2.6.22-custom_2.6.22-custom-10.00.Custom_i386.deb
# dpkg -i linux-image-2.6.22-custom_2.6.22-custom-10.00.Custom_i386.deb
# dpkg -i linux-headers-2.6.22-custom_2.6.22-custom-10.00.Custom_i386.deb
,``重新启动机器:

# shutdown -r now

分享这个内容:
  • del.icio.us
  • Google Bookmarks
  • Digg
  • Facebook
  • Technorati
  • MySpace
  • Twitter