summaryrefslogtreecommitdiff
path: root/testing/lilo/lilo.conf
blob: 0e31e77a513fc75b9c37dfda250b1c5abfa6fb87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# /etc/lilo.conf
#

boot=/dev/hda
# This line often fixes L40 errors on bootup
# disk=/dev/hda bios=0x80

default=arch
timeout=50
lba32
prompt

image=/boot/vmlinuz26
	label=arch
	root=/dev/hda3
	initrd=/boot/kernel26.img
	read-only

image=/boot/vmlinuz26
	label=arch-fallback
	root=/dev/hda3
	initrd=/boot/kernel26-fallback.img
	read-only

#other=/dev/hda1
#	label=dos