QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1611|回复: 0

请教各位:如何在rc.sysinit中获取内核版本号?

[复制链接]
发表于 2006-8-18 10:42:24 | 显示全部楼层 |阅读模式
看到坛子里2.4升级2.6的帖子,为共用新旧内核,在rc.sysinit脚本中加了如下代码来判断内核版本,从而加载不同模块,但是在BASH下失败,请教各位如何才能正确获得内核版本号?

原代码如下:
#
# ----- KERNEL 2.6.x support ------
# This is for compatibility between kernel-2.4.x and kernel-2.6.x
#
UNAME=`uname -r`
KERNELVER=${UNAME:0:3}
if [ "$KERNELVER" = "2.6" ]; then
#
# This is kernel-2.6.x
#
.......
else
#
# This is kernel-2.4.x
#
......
fi
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 06:29 , Processed in 0.035011 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表