summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOliver Tappe2008-01-12 15:00:23 +0100
committerOliver Tappe2008-01-12 15:00:23 +0100
commitc4cc192f4c6123421e12b7c4169f522536abc85c (patch)
treed970525c5825401b77b0782df81c980b1e72729c /lib
parent* added hook mechanism to initramfs-init which can be used by plugins (diff)
downloadcore-c4cc192f4c6123421e12b7c4169f522536abc85c.tar.gz
core-c4cc192f4c6123421e12b7c4169f522536abc85c.tar.xz
core-c4cc192f4c6123421e12b7c4169f522536abc85c.zip
* changed default for 'pxe-theme' from 'openslx' to unset to stay compatible
with old setting (avoid suprising users with unwanted PXE-theming) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1467 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'lib')
-rw-r--r--lib/OpenSLX/Basics.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/OpenSLX/Basics.pm b/lib/OpenSLX/Basics.pm
index 721e67af..e59a686f 100644
--- a/lib/OpenSLX/Basics.pm
+++ b/lib/OpenSLX/Basics.pm
@@ -91,7 +91,7 @@ my $translations;
'mirrors-to-try-count' => '20',
'mirrors-to-use-count' => '5',
'ossetup-max-try-count' => '5',
- 'pxe-theme' => 'openslx',
+ 'pxe-theme' => undef,
'pxe-theme-menu-margin' => '9',
);
chomp($openslxConfig{'locale-charmap'});