Add a readme to the lilo package explaining how to make a bootable usb stick
[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 append =" root=/dev/ram0 console=ttyS0,115200n81 "
14
15 image =/vmlinuz
16 label =openwrt
17 initrd =/initrd.gz
18
19 image =/vmlinuz
20 label =ramdisk
21 initrd =/initrd.gz
22 append =" NOPIVOT=1 root=/dev/ram0 console=ttyS0,115200n81"
23
24