summaryrefslogtreecommitdiff
path: root/testing/lilo/lilo.conf
blob: 146a2b58bda17e2bf363bb91a218a2bc3757891e (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/vmlinuz-linux
	label=arch
	root=/dev/hda3
	initrd=/boot/initramfs-vmlinuz.img
	read-only

image=/boot/vmlinuz-linux
	label=arch-fallback
	root=/dev/hda3
	initrd=/boot/initramfs-linux-fallback.img
	read-only

#other=/dev/hda1
#	label=dos