From 944e3bc4b48e8b82b758d943d2e4dc1e6b6e70f8 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 11 Jan 2008 11:16:44 +0000 Subject: * added two new global settings: + 'pxe-theme' contains the name of the theme to apply to PXE default is 'openslx' + 'pxe-theme-menu-margin' contains the margin size for the PXE menu default is '9' git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1460 95ad53e4-c205-0410-b2fa-d234c58c8868 --- lib/OpenSLX/Basics.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/OpenSLX/Basics.pm b/lib/OpenSLX/Basics.pm index 80296e92..721e67af 100644 --- a/lib/OpenSLX/Basics.pm +++ b/lib/OpenSLX/Basics.pm @@ -91,6 +91,8 @@ my $translations; 'mirrors-to-try-count' => '20', 'mirrors-to-use-count' => '5', 'ossetup-max-try-count' => '5', + 'pxe-theme' => 'openslx', + 'pxe-theme-menu-margin' => '9', ); chomp($openslxConfig{'locale-charmap'}); -- cgit v1.2.3-55-g7522