summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorOliver Tappe2008-01-26 00:15:09 +0100
committerOliver Tappe2008-01-26 00:15:09 +0100
commit1008d20ad9181fc9ca24f79ced7722bbb9c6f5d1 (patch)
treed35d48407bd43e3100019d41c737c40076973a7f /config-db
parent* added support to the merging functions for keeping track of the each (diff)
downloadcore-1008d20ad9181fc9ca24f79ced7722bbb9c6f5d1.tar.gz
core-1008d20ad9181fc9ca24f79ced7722bbb9c6f5d1.tar.xz
core-1008d20ad9181fc9ca24f79ced7722bbb9c6f5d1.zip
* corrected comment
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1494 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rwxr-xr-xconfig-db/slxconfig-demuxer2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index d65b7dd9..24501a97 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -497,7 +497,7 @@ sub generateInitialRamFS
# pass in system name:
$cmd .= "-S $info->{name} ";
- # use theme 'openslx':
+ # pass on theme, if any
my $theme = $attrs->{'theme::name'} || '';
if (length $theme) {
$cmd .= "-s $theme ";