summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSimon Rettberg2014-01-31 16:53:30 +0100
committerSimon Rettberg2014-01-31 16:53:30 +0100
commit24fa495463896bcf3e6096035cfc68011aafaaf6 (patch)
tree51ba2949f2835fa979fa605a6ec43aa29a62f707 /templates
parentShow error if download for a file is requested that is not writable (diff)
downloadslx-admin-24fa495463896bcf3e6096035cfc68011aafaaf6.tar.gz
slx-admin-24fa495463896bcf3e6096035cfc68011aafaaf6.tar.xz
slx-admin-24fa495463896bcf3e6096035cfc68011aafaaf6.zip
Enable splash screen in PXE template
Diffstat (limited to 'templates')
-rw-r--r--templates/txt-pxeconfig.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/txt-pxeconfig.html b/templates/txt-pxeconfig.html
index b33e90d3..571671b4 100644
--- a/templates/txt-pxeconfig.html
+++ b/templates/txt-pxeconfig.html
@@ -42,6 +42,7 @@ MENU MSGCOLOR #ff1c2a33 #00000000 none
TIMEOUT 100
TOTALTIMEOUT 1200
MENU TITLE bwLehrpool ALPHA VERSION
+MENU CLEAR
ONTIMEOUT {{{DEFAULT}}}
@@ -61,7 +62,14 @@ LABEL openslx
MENU LABEL ^Virtuelles Labor starten
KERNEL http://{{{SERVER}}}/boot/default/kernel
INITRD http://{{{SERVER}}}/boot/default/initramfs-stage31
- APPEND slxsrv={{{SERVER}}} slxbase=boot/default
+ APPEND slxsrv={{{SERVER}}} slxbase=boot/default vga=current quiet splash
IPAPPEND 3
{{{openslx}}}
+LABEL openslx-debug
+ MENU LABEL ^Virtuelles Labor starten (nosplash)
+ KERNEL http://{{{SERVER}}}/boot/default/kernel
+ INITRD http://{{{SERVER}}}/boot/default/initramfs-stage31
+ APPEND slxsrv={{{SERVER}}} slxbase=boot/default
+ IPAPPEND 3
+