From c4cc192f4c6123421e12b7c4169f522536abc85c Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sat, 12 Jan 2008 14:00:23 +0000 Subject: * 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 --- lib/OpenSLX/Basics.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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'}); -- cgit v1.2.3-55-g7522