Add lilo package for use in making bootable images for x86
[packages.git] / utils / lilo / bdlilo.conf
1 serial=0,115200n8
2 boot    =/dev/loop1
3 disk    =/dev/loop1
4   bios  =0x80
5   sectors =63
6   heads   =255
7   cylinders =999
8 lba32
9 compact
10 install =mount/boot/boot.b
11 map     =mount/boot/map
12
13 prompt
14 delay   =1
15 timeout =100
16 message =mount/etc/boot.msg
17 append  =" root=/dev/ram0 console=ttyS0,115200n81 "
18
19
20 image   =mount/vmlinuz
21   label   =openwrt
22   initrd  =mount/initrd.gz
23   
24 image   =mount/vmlinuz
25   label   =ramdisk
26   initrd  =mount/initrd.gz
27   append  =" NOPIVOT=1 root=/dev/ram0 console=ttyS0,115200n81"