From 24fa495463896bcf3e6096035cfc68011aafaaf6 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 31 Jan 2014 16:53:30 +0100 Subject: Enable splash screen in PXE template --- templates/txt-pxeconfig.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 + -- cgit v1.2.3-55-g7522