我是靠谱客的博主 冷艳砖头,这篇文章主要介绍FreeBSD 6.2用freebsd-update升级过程,现在分享给大家,希望可以做个参考。

FreeBSD 6.2-RELEASE下用freebsd-update升级过程:

  mail#uname -a

  FreeBSD mail.extmail.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Nov 2 13:04:30 UTC 2007   qiao@qiao.lpzq:/usr/src/sys/i386/compile/kernel_IPFW i386

  mail#freebsd-update fetch install

  Looking up update.FreeBSD.org mirrors... 1 mirrors found.

  Fetching public key from update1.FreeBSD.org... done.

  Fetching metadata signature from update1.FreeBSD.org... done.

  Fetching metadata index...done.

  即可完成freebsd的bianary升级。

  那为什么用uname看不出来呢?是因为uname反映的是内核级别的情况。只是执行freebsd-update是不触及系统内核的,但是系统确实已经得到了升级。那么,要想能从"uname -a"上反映出来,还需要接着执行下面的命令:

  mail#cd /usr/src

  mail#make buildkernel KERNCONF=YOURKERNEL

  mail#make installkernel KERNCONF=YOURKERNEL

  mail#reboot

最后

以上就是冷艳砖头最近收集整理的关于FreeBSD 6.2用freebsd-update升级过程的全部内容,更多相关FreeBSD内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(135)

评论列表共有 0 条评论

立即
投稿
返回
顶部