请教关于Linux启动时候字符界面的问题
redhat 启动的时候,每成功一步,就在中括号里面显示一个彩色的OK:Debian启动的时候并不显示这个提示
由此,我想要自己调整启动时候每进行一步的界面,比如我希望启动过程中在屏幕最下面显示我的公司名字,然后字符界面不要全部是白色的字,而是彩色的……等等
那么我应该看看内核文件中的哪一个呢?
请教了,谢谢了。 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. see /etc/rc.sysinit, it loads a /etc/init.d/function. which do actual display. and define function like action....
u can change that. 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. 强烈支持斑竹,看看LFS的启动脚本部分的介绍,说明还算详细吧
http://lfs.cosoft.org.cn o, yes, i forget the lfs should have this info. thx kakuyou, 不知atfa老兄有没有搞定啊,有什么心得贴出来分享一下吧!:-) yes, atfa, do u get anything?
页:
[1]