|
发表于 2003-12-16 09:15:11
|
显示全部楼层
Slacware是用BSD style init的。RH是用System V style init的。
区别:
http://www.linuxsir.cn/forum.php?mod=viewthread&tid=61525
你的问题:
1 - 修改/etc/inittab, 找到:
# These are the default runlevels in Slackware:
# 0 = halt
# 1 = single user mode
# 2 = unused (but configured the same as runlevel 3)
# 3 = multiuser mode (default Slackware runlevel)
# 4 = X11 with KDM/GDM/XDM (session managers)
# 5 = unused (but configured the same as runlevel 3)
# 6 = reboot
# Default runlevel. (Do not set to 0 or 6)
id:3:initdefault: <--改成id:4:initdefault:
看看/etc/rc.d/rc.4就知道你的GDM/KDM/...是怎样被调用的。
2 - /etc/rc.d/rc.inet1, rc.inet2, and rc.inet1.conf.
3 - 把warning贴出来看看。。。 |
|