blob: 20cd9141747472c509d8994ab6479cc1f44fdf05 (
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
43
44
45
46
47
48
49
50
51
52
53
54
55
|
partition=1
default=linux
read-write
timeout=100
message=/etc/boot.msg
image="cat /etc/boot.msg"
label=1
single-key
image="cat /etc/general.msg"
label=2
single-key
image="cat /etc/expert.msg"
label=3
single-key
image="cat /etc/rescue.msg"
label=4
single-key
image="cat /etc/kickit.msg"
label=5
single-key
image="cat /etc/param.msg"
label=6
single-key
image[sun4u]=/boot/vmlinux64.gz
label=linux
alias=install
initrd=/boot/initrd64.img
image[sun4c,sun4d,sun4m]=/boot/vmlinux32.gz
label=linux
alias=install
initrd=/boot/initrd32.img
image[sun4u]=/boot/vmlinux64.gz
label=text
append=text
initrd=/boot/initrd64.img
image[sun4c,sun4d,sun4m]=/boot/vmlinux32.gz
label=text
append=text
initrd=/boot/initrd32.img
image[sun4u]=/boot/vmlinux64.gz
label=expert
append=expert
initrd=/boot/initrd64.img
image[sun4c,sun4d,sun4m]=/boot/vmlinux32.gz
label=expert
append=expert
initrd=/boot/initrd32.img
image[sun4u]=/boot/vmlinux64.gz
label=ks
append=ks
initrd=/boot/initrd64.img
image[sun4c,sun4d,sun4m]=/boot/vmlinux32.gz
label=ks
append=ks
initrd=/boot/initrd32.img
|