atfa 发表于 2003-7-11 00:20:19

请教关于Linux启动时候字符界面的问题

redhat 启动的时候,每成功一步,就在中括号里面显示一个彩色的OK:


Debian启动的时候并不显示这个提示

由此,我想要自己调整启动时候每进行一步的界面,比如我希望启动过程中在屏幕最下面显示我的公司名字,然后字符界面不要全部是白色的字,而是彩色的……等等

那么我应该看看内核文件中的哪一个呢?

请教了,谢谢了。

Dragonfly 发表于 2003-7-11 01:32:55

that is not kernel part. begin from that ok part is user space init part.

for rh, u can see /etc/rc.sysinit. it defines each step's action and actual command. it is runablescript invoked by /etc/inittab, which is called by init process.

i think 后字符界面不要全部是白色的字,而是彩色 is possible. but i do not know how to do. but u can check some other linxu distribution, which use color text all the time.

Dragonfly 发表于 2003-7-11 02:31:13

see /etc/rc.sysinit, it loads a /etc/init.d/function. which do actual display. and define function like action....

u can change that.

atfa 发表于 2003-7-11 08:43:58

In face Debian doesn't contain a file named /etc/rc.sysinit. But I know your idea. I will check the /etc/rc0.d and the similar directories.

kakuyou 发表于 2003-7-11 13:30:12

强烈支持斑竹,看看LFS的启动脚本部分的介绍,说明还算详细吧
http://lfs.cosoft.org.cn

Dragonfly 发表于 2003-7-11 21:33:08

o, yes, i forget the lfs should have this info. thx kakuyou,

gxqing 发表于 2003-7-28 10:31:46

不知atfa老兄有没有搞定啊,有什么心得贴出来分享一下吧!:-)

Dragonfly 发表于 2003-7-30 22:40:37

yes, atfa, do u get anything?
页: [1]
查看完整版本: 请教关于Linux启动时候字符界面的问题