diff options
| author | Michael Janczyk | 2008-03-11 20:45:29 +0100 |
|---|---|---|
| committer | Michael Janczyk | 2008-03-11 20:45:29 +0100 |
| commit | cacc9fb39bbae560c3a657f049e04ab805058fec (patch) | |
| tree | cfc9f82435b9c8fbc2158f0af2ff8bd359c9932f /os-plugins/plugins/bootsplash | |
| parent | firts part. (diff) | |
| download | core-cacc9fb39bbae560c3a657f049e04ab805058fec.tar.gz core-cacc9fb39bbae560c3a657f049e04ab805058fec.tar.xz core-cacc9fb39bbae560c3a657f049e04ab805058fec.zip | |
added 2. part of theme plugin, has still to be modified.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1618 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/bootsplash')
| -rw-r--r-- | os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm | 6 | ||||
| -rw-r--r-- | os-plugins/plugins/bootsplash/XX_bootsplash.sh | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm index 8748dfb2..16345136 100644 --- a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm +++ b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm @@ -126,10 +126,10 @@ sub copyRequiredFilesIntoInitramfs my $attrs = shift; my $makeInitRamFSEngine = shift; - my $themesDir = "$openslxConfig{'base-path'}/share/themes"; + my $themeDir = "$openslxConfig{'base-path'}/share/themes"; my $bootsplashTheme = $attrs->{'bootsplash::theme'} || ''; if ($bootsplashTheme) { - my $bootsplashThemeDir = "$themesDir/$bootsplashTheme/bootsplash"; + my $bootsplashThemeDir = "$themeDir/$bootsplashTheme/bootsplash"; if (-d $bootsplashThemeDir) { my $splashyPath = "$openslxConfig{'base-path'}/share/splashy"; $makeInitRamFSEngine->addCMD( @@ -150,7 +150,7 @@ sub copyRequiredFilesIntoInitramfs vlog( 1, _tr( - "bootsplash-plugin: bootsplash=%s + "bootsplash-plugin: bootsplash=%s", $bootsplashTheme ) ); diff --git a/os-plugins/plugins/bootsplash/XX_bootsplash.sh b/os-plugins/plugins/bootsplash/XX_bootsplash.sh index fc65e6f9..4a27dafa 100644 --- a/os-plugins/plugins/bootsplash/XX_bootsplash.sh +++ b/os-plugins/plugins/bootsplash/XX_bootsplash.sh @@ -10,7 +10,7 @@ if [ -e /initramfs/plugin-conf/bootsplash.conf ]; then if [ $bootsplash_active -ne 0 ]; then if [ ${no_bootsplash} -eq 0 ]; then # make the splashy_update binary available in stage4 ... - mkdir -p /mnt/var/lib/openslx/bin + testmkd /mnt/var/lib/openslx/bin cp -a /bin/splashy_update /mnt/var/lib/openslx/bin # ... and create a runlevelscript that will stop splashy somewhere near |
