diff options
author | lcapriotti <lcapriotti@svn> | 2009-10-29 09:04:07 +0000 |
---|---|---|
committer | lcapriotti <lcapriotti@svn> | 2009-10-29 09:04:07 +0000 |
commit | cb9784eadba9f759cdd1bbc494393a88a7de7fcc (patch) | |
tree | c2e7a4c6107fd5470ac9582c755c12e5eb6bf400 /tools | |
parent | 6106eb5770793f0bcac869c094685617a3388019 (diff) |
nicer transition from usplash
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24114 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rw-r--r-- | tools/XBMCLive/xbmc-live-install.conf | 2 | ||||
-rw-r--r-- | tools/XBMCLive/xbmc-live.conf | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/tools/XBMCLive/xbmc-live-install.conf b/tools/XBMCLive/xbmc-live-install.conf index 47ddeec017..e05b9ea2bc 100644 --- a/tools/XBMCLive/xbmc-live-install.conf +++ b/tools/XBMCLive/xbmc-live-install.conf @@ -3,7 +3,7 @@ start on started tty1 pre-start script # TODO check if needed if [ "$(pidof usplash)" ] ; then - exec stop usplash + stop usplash fi end script diff --git a/tools/XBMCLive/xbmc-live.conf b/tools/XBMCLive/xbmc-live.conf index 444cb9228c..7b7bea2149 100644 --- a/tools/XBMCLive/xbmc-live.conf +++ b/tools/XBMCLive/xbmc-live.conf @@ -94,16 +94,16 @@ script exit fi + # TODO check if needed + if [ "$(pidof usplash)" ] ; then + stop usplash + fi + + # chvt 7 exec /usr/bin/runXBMC end script post-start script - # TODO check if needed - #if [ "$(pidof usplash)" ] ; then - # stop usplash - #fi - - chvt 7 if [ $(grep -i setvolume /tmp/xbmcliveParams) ] ; then /usr/bin/setAlsaVolumes fi |