From af4ea8a6f8f67550de73fdfc730d07431182ef09 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 14 Jan 2008 20:37:35 +0000 Subject: * the config-demuxer now passes through theme::name to mkdxsinitrd (via -s) * set default for theme::name to 'openslx' such that our theme is now automatically active for all systems that have the 'Theme' plugin active. I tested setting theme::name to something else (in my case: openSUSE), copied the required theme-files to /opt/openslx/share/themes and it worked as expected (a.k.a the bootsplash showed the new theme). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1474 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/Theme/OpenSLX/OSPlugin/Theme.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins/plugins') diff --git a/os-plugins/plugins/Theme/OpenSLX/OSPlugin/Theme.pm b/os-plugins/plugins/Theme/OpenSLX/OSPlugin/Theme.pm index b029919e..44c7a89f 100644 --- a/os-plugins/plugins/Theme/OpenSLX/OSPlugin/Theme.pm +++ b/os-plugins/plugins/Theme/OpenSLX/OSPlugin/Theme.pm @@ -86,7 +86,7 @@ sub getAttrInfo End-of-Here content_regex => undef, content_descr => undef, - default => undef, + default => 'openslx', }, }; } -- cgit v1.2.3-55-g7522