summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSimon Rettberg2013-12-17 15:26:54 +0100
committerSimon Rettberg2013-12-17 15:26:54 +0100
commit3e9a7536a2ec8b76c6a48769dc35b4582c7b3bcd (patch)
tree859fe63cbaa325ae8f4b1cb8a1a6f30543276ce2 /templates
parentMake client log available via menu (diff)
downloadslx-admin-3e9a7536a2ec8b76c6a48769dc35b4582c7b3bcd.tar.gz
slx-admin-3e9a7536a2ec8b76c6a48769dc35b4582c7b3bcd.tar.xz
slx-admin-3e9a7536a2ec8b76c6a48769dc35b4582c7b3bcd.zip
Rename PXE Menu entries
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}}}
-