repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
lilo-gfxmenu
/
lilo.conf
blob
7a3dff91d91ad7e28cb7a0b0b7b2da09b7da92d5
1
#
2
# /etc/lilo.conf
3
#
4
5
boot=/dev/sda
6
# This line often fixes L40 errors on bootup
7
# disk=/dev/hda bios=0x80
8
9
message=/boot/message
10
11
default=arch
12
timeout=50
13
lba32
14
prompt
15
16
image=/boot/vmlinuz26
17
label=arch
18
root=/dev/sda3
19
initrd=/boot/kernel26.img
20
read-only
21
22
image=/boot/vmlinuz26
23
label=arch-fallback
24
root=/dev/sda3
25
initrd=/boot/kernel26-fallback.img
26
read-only
27
28
#other=/dev/sda1
29
# label=dos
30