summaryrefslogtreecommitdiffstats
path: root/installer/default_files/default
blob: 2ec41b9fe851c26464f8f191da0f9e4497ed1f17 (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
# ~/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
# Modification: Alexander Heinz
#               Dirk von Suchodoletz <dirk@goe.net>, 23-09-2005
#
DEFAULT @@@server@@@::@@@tftpbootdir@@@/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 ::@@@tftpbootdir@@@/menu.c32
   APPEND @@@server@@@::@@@tftpbootdir@@@/pxelinux.cfg/default
LABEL
   KERNEL @@@server@@@::@@@tftpbootdir@@@/menu.c32
   APPEND @@@server@@@::@@@tftpbootdir@@@/pxelinux.cfg/default
#####

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

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