From f3e25e6cf1a20be462ad7bbbbf7055acbd9690f3 Mon Sep 17 00:00:00 2001 From: toys4me Date: Sat, 23 Feb 2013 17:32:52 -0800 Subject: [PATCH] Add copying file splash screen this depends on shutdown/splash patch --- board/amlogic/xios/skeleton/etc/init.d/S10setup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board/amlogic/xios/skeleton/etc/init.d/S10setup b/board/amlogic/xios/skeleton/etc/init.d/S10setup index 32ba313aa2..91bcc28aa1 100755 --- a/board/amlogic/xios/skeleton/etc/init.d/S10setup +++ b/board/amlogic/xios/skeleton/etc/init.d/S10setup @@ -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