summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
Diffstat (limited to 'config-db')
-rwxr-xr-xconfig-db/slxconfig-demuxer5
1 files changed, 4 insertions, 1 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index 5d089e1d..2aacdacf 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -491,7 +491,10 @@ sub generateInitalRamFS
$cmd .= "-S $info->{name} ";
# use theme 'openslx':
- $cmd .= "-s openslx ";
+ my $theme = $attrs->{'theme::name'} || '';
+ if (length $theme) {
+ $cmd .= "-s $theme ";
+ }
my $activePlugins = $info->{'active-plugins'};
if ($activePlugins) {