summaryrefslogtreecommitdiffstats
path: root/installer/default_files/default
blob: 06c23024468c495aaace9d39e85d5bebde4fbc5b (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
# ~/pxelinux.cfg/default (main-menu)
#
# Description:  Boot selection with the new Syslinux/PXElinux by Peter Anwin
#               selection is done by cursor up and down keys
DEFAULT @@@server@@@::/menu.c32

PROMPT 0
NOESCAPE 1
TIMEOUT 600
#IMPLICIT 1
#ALLOWOPTIONS 1
#ONERROR menu

MENU MASTER PASSWD @@@pxe_passwd@@@ 

MENU TITLE Diskless X-Stations


#####
LABEL Bitte waehlen Sie mit den Pfeil-Tasten aus:
   KERNEL ::/menu.c32
   APPEND @@@server@@@::/pxelinux.cfg/default
LABEL
   KERNEL @@@server@@@::/menu.c32
   APPEND @@@server@@@::/pxelinux.cfg/default
#####

LABEL local
   MENU LABEL -1. ^Lokal booten
#   MENU PASSWD lokal
   localboot 0

#####
LABEL
  KERNEL @@@server@@@::/menu.c32
  APPEND @@@server@@@::/pxelinux.cfg/default
#####