summaryrefslogtreecommitdiffstats
path: root/config-db/slxconfig-demuxer
diff options
context:
space:
mode:
Diffstat (limited to 'config-db/slxconfig-demuxer')
-rwxr-xr-xconfig-db/slxconfig-demuxer2
1 files changed, 2 insertions, 0 deletions
diff --git a/config-db/slxconfig-demuxer b/config-db/slxconfig-demuxer
index b042843e..45c83365 100755
--- a/config-db/slxconfig-demuxer
+++ b/config-db/slxconfig-demuxer
@@ -365,6 +365,8 @@ sub generateInitalRamFS
my $rootPath
= "$openslxConfig{'stage1-path'}/$vendorOS->{name}";
$cmd .= "-i $pxeVendorOSPath/$info->{'initramfs-name'} -r $rootPath ";
+ $cmd .= "-S $info->{name} ";
+ # pass in system name
$cmd .= "-s openslx ";
# use theme 'openslx'
$cmd .= "-d ";