summaryrefslogtreecommitdiffstats
path: root/src/boot-env/syslinux/pxemenu-bottom.example
blob: 2b08d469eae5817ca8b1c92ad607d10daba96eb4 (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
# this include file will be loaded at the bottom of the menu after the system
# labels, please define only further menus and systems
# for theme configuration use theme.conf in your theme directory
# general settings can be set via slxsettings
# please copy to pxemenu-bottom if needed

## example: shutdown label in menu
#LABEL shutdown
#       MENU LABEL ^Shutdown PC
#       KERNEL kernel-shutdown
#       APPEND initrd=initramfs-shutdown quiet

## help label not selectable
#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 pxechn.com
#       APPEND 192.168.101.102::pxelinux.0

## example blank line / menu separator
#MENU SEPARATOR

## example localboot with passwd
#LABEL local
#       MENU LABEL Boot from local ^Harddisk
#       MENU PASSWD local
#       localboot 0