summaryrefslogtreecommitdiff
path: root/libre/lilo/lilo.conf
blob: dea0dbe585e2c2d846ce9a1be4883d223c41e9e8 (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
#
# /etc/lilo.conf
#

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

default=libre
timeout=50
lba32
prompt

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

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