FreeBSD下编译升级内核的不同操作手法

来源:中国IT实验室 作者:中国IT实验室
  

  编译安装升级内核的方法

  一、

  #cd /usr/src
  #make world
  #cd sys/i386/conf
  #cp GENERIC NEWKERNEL
  #/usr/sbin/conf NEWKERNEL
  #cd ../../compile/NEWKERNEL
  #make
  #make install

  二、

  #cd /usr/src
  #mergemaster –p
  #make buildworld
  #make buildkernel KERNC
  #make installkernel KERNC
  # reboot
  启动到单用户模式下。然后执行:
  #mount –u /
  #mount -a
  # mergemaster -p
  # make installworld
  # mergemaster
  # reboot

  三、(适用于大内存高CPU)

  cvsup先
  # /usr/local/bin/cvsup -g -L 2 /etc/ports-supfile
  # /usr/local/bin/cvsup -g -L 2 /etc/stable-supfile
  cd /usr/src
  # make -j 80 buildworld
  # make -j 80 buildkernel
  # make -j 80 installkernel

(责任编辑:A6)


时间:2007-09-15 14:05 来源:中国IT实验室 作者:中国IT实验室 原文链接

好文,顶一下
(0)
0%
文章真差,踩一下
(0)
0%
------分隔线----------------------------


把开源带在你的身边-精美linux小纪念品
无觅相关文章插件,快速提升流量