blob: 9d42a23336c05cb0578d07104f09dd1a551b8622 (
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-linux.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
|