summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOliver Tappe2008-01-11 12:16:44 +0100
committerOliver Tappe2008-01-11 12:16:44 +0100
commit944e3bc4b48e8b82b758d943d2e4dc1e6b6e70f8 (patch)
tree82b318e91ed5c6240906929e9d47ae4ec964fa44 /lib
parent* now accepts \n and \t in values and converts them to the respective real (diff)
downloadcore-944e3bc4b48e8b82b758d943d2e4dc1e6b6e70f8.tar.gz
core-944e3bc4b48e8b82b758d943d2e4dc1e6b6e70f8.tar.xz
core-944e3bc4b48e8b82b758d943d2e4dc1e6b6e70f8.zip
* 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
Diffstat (limited to 'lib')
-rw-r--r--lib/OpenSLX/Basics.pm2
1 files changed, 2 insertions, 0 deletions
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'});