Updated to properly set up 2.6 with early userspace file system boot
[openwrt/svn-archive/archive.git] / utils / lilo / lilo.conf
1 serial=0,115200n8
2 disk=/dev/discs/disc0/disc
3 bios=0x80
4 lba32
5 compact
6 install =/boot/boot.b
7 map =/boot/map
8 backup =/dev/null
9 prompt
10 delay =1
11 timeout =100
12 message =/etc/boot.msg
13
14 image =/vmlinuz
15 label =openwrt
16 append =" rootfs=/dev/disc console=ttyS0,115200n81 "
17
18 image =/vmlinuz
19 label =ramdisk
20 append =" console=ttyS0,115200n81"
21
22 image =/vmlinuz
23 label =failsafe
24 append =" FAILSAFE=MenuRequest console=ttyS0,115200n81"
25
26