summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/txt-pxeconfig.html19
1 files changed, 9 insertions, 10 deletions
diff --git a/templates/txt-pxeconfig.html b/templates/txt-pxeconfig.html
index acef8802..b33e90d3 100644
--- a/templates/txt-pxeconfig.html
+++ b/templates/txt-pxeconfig.html
@@ -45,24 +45,23 @@ MENU TITLE bwLehrpool ALPHA VERSION
ONTIMEOUT {{{DEFAULT}}}
-
LABEL shutdown
- MENU HIDE
- KERNEL kernel-shutdown
- APPEND initrd=initramfs-shutdown quiet
+ MENU HIDE
+ KERNEL kernel-shutdown
+ APPEND initrd=initramfs-shutdown quiet
+
+LABEL hddboot
+ MENU LABEL ^Lokales System starten
+ LOCALBOOT 0
+ {{{hddboot}}}
LABEL openslx
- MENU LABEL bwLehrpool ^Kursumgebung
+ MENU LABEL ^Virtuelles Labor starten
KERNEL http://{{{SERVER}}}/boot/default/kernel
INITRD http://{{{SERVER}}}/boot/default/initramfs-stage31
APPEND slxsrv={{{SERVER}}} slxbase=boot/default
IPAPPEND 3
{{{openslx}}}
-LABEL hddboot
- MENU LABEL Von ^lokaler Festplatte booten
- LOCALBOOT 0
- {{{hddboot}}}
-