blob: 766e2d7d6fc70ed81676a65acbe8d01747051e8c (
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
|
partition=1
root=/dev/fd0
default=linux
read-write
timeout=100
message=/boot.msg
image="cat /boot.msg"
label=1
single-key
image="cat /general.msg"
label=2
single-key
image="cat /expert.msg"
label=3
single-key
image="cat /rescue.msg"
label=4
single-key
image="cat /kickit.msg"
label=5
single-key
image="cat /param.msg"
label=6
single-key
image=/vmlinux64.gz
label=linux
alias=install
initrd=/initrd64.img
image=/vmlinux64.gz
label=text
append=text
initrd=/initrd64.img
image=/vmlinux64.gz
label=expert
append=expert
initrd=/initrd64.img
image=/vmlinux64.gz
label=ks
append=ks
initrd=/initrd64.img
|