Skip to content

Commit

Permalink
Add copying file splash screen
Browse files Browse the repository at this point in the history
this depends on shutdown/splash patch
  • Loading branch information
toys4me committed Feb 24, 2013
1 parent 635e4ab commit f3e25e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions board/amlogic/xios/skeleton/etc/init.d/S10setup
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ if [ "X$1" = "Xstart" ]; then
if [[ $SDCARD_XBMC_DATA -eq 1 && $SDCARD_USERDATA -eq 0 ]]; then
# Temporarily mount userdata
mount -t yaffs2 $USERDATA /tmp/userdata
if [ -f /usr/share/splash/copying.fb.lzo ]; then
lzopcat /usr/share/splash/copying.fb.lzo > /dev/fb0
fi
echo "S10Setup: Copying userdata"
# turn cache back on speed this up
mount -o remount,async /media/sdcard
Expand Down

0 comments on commit f3e25e6

Please sign in to comment.