|
发表于 2004-6-6 19:52:41
|
显示全部楼层
我觉得如果有双系统的话(比如win,linux)lilo最好还是用nt loader + lilo比较好
- boot = /dev/hda
- prompt
- timeout = 50
- other = /dev/hda1
- label = windows
- table = /dev/hda
- image = /boot/vmlinuz
- root = /dev/hdb2
- label = linux
- read-only
- image = /boot/vmlinuz-2.6.6
- root = /dev/hdb2
- label = linux-2.6.6
复制代码 |
|