summaryrefslogtreecommitdiffstats
path: root/src/run/lilo/etc/lilo.conf.in
blob: 8c7959df49d763a3d0c94b4c5b52d57a832d57b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
boot = @BOOT@
prompt
bitmap = /boot/proteanos.bmp
bmp-table = 55,8,1,16,
bmp-colors = 0,,,1,,
bmp-timer = none
timeout = 50
lba32
compact
verbose = 1
vga = normal

image = /boot/vmlinuz
	label = "Default"
	read-write
	append = "root=@ROOT@"

image = /boot/vmlinuz.old
	label = "Old kernel"
	read-write
	append = "root=@ROOT@"