|
|
发表于 2004-11-24 20:10:45
|
显示全部楼层
1 BIOS
2 MBR 装入GRUB /lilo
3装载kernel
4init 从/etc/inittab 取得run-level
5 执行/etc/rc.d/rc.sysinit
6加载模块/etc/modules.conf
7init 执行run-level中的各个scripts (/etc/rc.d中)
8init 执行/etc/rc.d/rc.local
9执行/bin/login
10 登陆后开始以shell 控制主机 |
|