diff options
| -rw-r--r-- | os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm index ad5596a9..0d2b566d 100644 --- a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm +++ b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm @@ -121,7 +121,8 @@ sub copyRequiredFilesIntoInitramfs my $makeInitRamFSEngine = shift; my $bootsplashDir = "$openslxConfig{'base-path'}/lib/plugins/bootsplash"; - my $bootsplashConfigDir = "$openslxConfig{'config-path'}/plugins/bootsplash"; + my $bootsplashConfigDir + = "$openslxConfig{'config-path'}/plugins/bootsplash"; my $bootsplashTheme = $attrs->{'bootsplash::theme'} || ''; my $splashyThemeDir = ''; @@ -161,7 +162,7 @@ sub copyRequiredFilesIntoInitramfs </splashy> End-of-Here $makeInitRamFSEngine->addCMD( { - file => "$bootsplashConfigDir/config.xml", + file => "$targetPath/etc/splashy/config.xml", content => $splashyConfig, } ); } |
