blob: c09f8e70c32094faecc214b22be84877f07c1038 (
plain) (
blame)
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
58
|
# this include file will be loaded at the end of theme and slxsettings
# configuration but right before the system labels
# it will overwrite existing defs
# for theme configuration use theme.conf in your theme directory
# general settings can be set via slxsettings
# please copy to pxemenu-include if needed
## example german help:
#MENU PASSPROMPT Gesicherter Bereich, bitte Passwort eingeben:
#MENU AUTOBOOT Auswahl startet in # Sekunden
## example: shutdown on timeout
#ONTIMEOUT shutdown
#LABEL shutdown
# MENU HIDE
# KERNEL kernel-shutdown
# APPEND initrd=initramfs-shutdown quiet
## example: shutdown label in menu
#LABEL shutdown2
# MENU LABEL ^Shutdown PC
# KERNEL kernel-shutdown
# APPEND initrd=initramfs-shutdown quiet
## help/... text on F1 keypress
#F1 help_01.txt
## optionally with info
#LABEL help
# MENU LABEL Press 'F1' for help
# MENU DISABLE
## example: add an additional menu on the same tftp server
#LABEL test
# MENU LABEL ^Testmeu
# KERNEL vesamenu.c32
# APPEND testmenu
## example: add an additional menu on a different tftp server, with passwd
#LABEL test2
# MENU LABEL ^Testmeu
# MENU PASSWD test
# KERNEL pxechain.com
# APPEND 192.168.101.102::pxelinux.0
## example non-selectable line
#LABEL -
# MENU LABEL ________________________________________________________
# MENU DISABLE
## example blank line / menu separator
#MENU SEPARATOR
## example localboot with passwd
#LABEL local
# MENU LABEL Boot from local ^Harddisk
# MENU PASSWD local
# localboot 0
|