blob: 646b173cbcaf5d11585214e8f39c7a4d2d679e90 (
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
|
default vesamenu.c32
prompt 0
timeout 300
MENU BACKGROUND vbg.jpg
MENU COLOR border 31;40 #90ffff00 #00000000 std
MENU COLOR sel 31;47 #00000000 #FFFFFF15 al
MENU ROWS 4
MENU CMDLINEROW 22
MENU TIMEOUTROW 23
MENU TABMSGROW 22
MENU TITLE LinHES: The Linux Home Entertainment System
label linux
MENU LABEL LinHES (default).
kernel vmlinuz
append initrd=larch.img vga=0x314 quiet splash=silent,theme:linhes console=tty1
label linux-nosplash
MENU LABEL LinHES without splash screen.
kernel vmlinuz
append initrd=larch.img
label special
MENU LABEL Special Hardware
kernel vesamenu.c32
append hardsub.cfg
label debug
MENU LABEL Debug options
kernel vesamenu.c32
append debugsub.cfg
label local
menu label Boot from ^local drive
localboot 0xffff
|