|
|
发表于 2007-10-5 13:41:42
|
显示全部楼层
我的 /etc/lilo.conf 文件
第一次用 lilo 引导 reiser4 的根分区(含 boot 目录),还有很多不知道的。更多选项查看man帮助,敲入命令:
这是我/etc/lilo.conf 文件:
- # Begin /etc/lilo.conf
- # lilo.conf
- #
- # global options
- boot=/dev/sda
- keytable=/boot/uk.ktl
- lba32
- map=/boot/map
- prompt
- timeout=100
- # set the name of the default image to boot
- default=Pure64
- # define an image
- image=/boot/clfskernel-2.6.22.6-64bit
- label=Pure64
- root=/dev/sda1
- read-only
- password="xxxxxxxxxx"
- vga=792
- # optionally add parameters to pass, e.g.
- # append="video=radeonfb:1024x768-16@70"
- # repeat for any other kernel images
- image=/boot/clfskernel-2.6.22.6-64bit
- label=x86_64
- root=/dev/sda2
- read-only
- password="xxxxxxxxxx"
- vga=792
- # optionally, add legacy operating systems
- # see man lilo.conf for examples
复制代码 |
|