summaryrefslogtreecommitdiffstats
path: root/src/boot-env/syslinux/README.pxe
blob: 856e5aeddb9f6708172e5f33ffb00cef680304e3 (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
59
60
61
62
63
64
65
66
67
68
The PXE stuff uses HPAs syslinux, see http://syslinux.zytor.com!

Example how the PXElinux information is gathered:

############################## PXElinux-menu file ##############################
##### first static information is written,  can't be changed               #####
##### override with include-menu (except DEFAULT vesamenu.c32)             #####
#                                                                              #
# DEFAULT vesamenu.c32                                                         #
# NOESCAPE 0                                                                   #
# PROMPT 0                                                                     #
#                                                                              #
##### then theme specific information is written (if theme specified)      #####
#####                                                                      #####
#                                                                              #
# MENU BACKGROUND openslx.png                                                  #
# MENU WIDTH 78                                                                #
# .                                                                            #
# .                                                                            #
# menu color unsel        37;40           #fff0f0f0 #ff8093a1 std              #
# .                                                                            #
# .                                                                            #
# .                                                                            #
#                                                                              #
##### now slxsettings configuration is being read                          #####
#####                                                                      #####
#                                                                              #
# TIMEOUT 100                                                                  #
# TOTALTIMEOUT 600                                                             #
# MENU MASTER PASSWD secret                                                    #
# MENU TITLE Welcome to OpenSLX                                                #
#                                                                              #
##### after this /etc/opt/openslx/boot-env/syslinux/pxemenu-include is     #####
##### included if it is existing, overriding above statements              #####
#                                                                              #
# MENU PASSPROMPT Gesicherter Bereich, bitte Passwort eingeben:                #
# MENU AUTOBOOT Auswahl startet in # Sekunden                                  #
# .                                                                            #
# .                                                                            #
# .                                                                            #
#                                                                              #
##### at this point the system labels are being included                   #####
#####                                                                      #####
#                                                                              #
# LABEL openslx-suse-11.4-default::nfs                                         #
#         MENU LABEL ^SUSE 11.0 System / NFS                                   #
#         KERNEL suse-11.0-default/vmlinuz-2.6.35.20-0.1-pae                   #
#         APPEND quiet vga=791 initrd=suse-11.4-default/initramfs-1 file       #
#         IPAPPEND 3                                                           #
#         TEXT HELP                                                            #
#          OpenSUSE 11.4 System                                                #
#         ENDTEXT                                                              #
# .                                                                            #
# .                                                                            #
# .                                                                            #
#                                                                              #
##### at the end /etc/opt/openslx/boot-env/syslinux/pxemenu-bottom is      #####
##### being incl. if existing                                              #####
##### please specify only systems and further menus                        #####
#                                                                              #
# MENU SEPARATOR                                                               #
# LABEL test                                                                   #
#         MENU LABEL ^Testmenu                                                 #
#         MENU PASSWD test                                                     #
#         KERNEL pxechain.com                                                  #
#         APPEND 192.168.1.1::pxelinux.0                                       #
#                                                                              #
########################## End of PXElinux-menu file ###########################