summaryrefslogtreecommitdiff
path: root/pcr/lilo/lilo.conf
blob: b453bb1d79948e0a863136dbf602704aa9c5eb0d (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=parabola
timeout=50
lba32
prompt

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

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

#other=/dev/hda1
#	label=dos