finished/fixed fai bootdisk image documentation + added lilo.conf file
[hdw-linux/hdw-linux.git] / misc / fai / lilo.conf
1 disk=/dev/loop0
2 bios=0x00
3 cylinders=80
4 heads=2
5 sectors=18
6
7 boot=/usr/src/hdw-linux/bootdisk.img
8 map=/mnt/tmp/boot/map
9 timeout=200
10 prompt
11 compact
12 read-only
13
14 default=fai
15
16 image=/mnt/tmp/boot/vmlinuz
17         append="ip=dhcp root=/dev/nfs"
18         label=fai
19