blob: c041eb24cdbc5616f7329886566b19d7eabc43a4 (
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
56
57
|
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 TABMSGROW 22
MENU TITLE LinHES: The Linux Home Entertainment System
label atomic
MENU LABEL LinHES on Atomic Ant!
kernel vmlinuz
append initrd=larch.img vga=792 quiet splash=silent,theme:linhes console=tty1 disablemodules=agpart,intel_agp
#label linux-i810
#MENU LABEL with Intel i810 driver (DRI disabled)
#kernel vmlinuz
#append initrd=larch.img i810
label linux-vesa
MENU LABEL Force use of vesa driver
kernel vmlinuz
append initrd=larch.img forceXvesa
lable skipTweaker
MENU LABEL LinHES no splashscren no tweaker.
kernel vmlinuz
append initrd=larch.img no_meth
label dragon
MENU LABEL Dragon Version 1
kernel vmlinuz
append initrd=larch.img type=dragon vga=0x314 quiet splash=silent,theme:linhes console=tty1
label dragon2
MENU LABEL Dragon Version 2
kernel vmlinuz
append initrd=larch.img type=dragon2 vga=0x314 quiet splash=silent,theme:linhes console=tty1
label ausdragon
MENU LABEL Australian Dragon
kernel vmlinuz
append initrd=larch.img type=ausdragon vga=0x314 quiet splash=silent,theme:linhes console=tty1
label 8400
MENU LABEL For the Nvidia 8400 chipset.
kernel vmlinuz
append initrd=larch.img vga=792 quiet splash=silent,theme:linhes console=tty1 disablemodules=agpart
label goback
MENU LABEL Back
kernel vesamenu.c32
append menu isolinux.cfg
|