blob: 6ffbe3817a993dc4af2d922b8d1daad5c542554c (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
boot=/dev/sda
map=/boot/map
install=/boot/boot.b
vga=normal
default=t
keytable=/boot/fr-latin1.klt
lba32
prompt
timeout=50
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz-enterprise
label=linux
root=/dev/sda1
initrd=/boot/initrd-enterprise.img
append=" devfs=mount"
vga=788
read-only
image=/boot/vmlinuz
label=linux-up
root=/dev/sda1
initrd=/boot/initrd.img
append=" devfs=mount"
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/sda1
initrd=/boot/initrd.img
append=" devfs=mount failsafe"
read-only
other=/dev/fd0
label=floppy
unsafe
image=/boot/vmlinuz-2.4.17-8mdksmp
label=t
root=/dev/sda1
read-only
optional
vga=790
append=" devfs=mount"
initrd=/boot/initrd-2.4.17-8mdksmp.img
|