I think this is more comfortable, since you can see when the process of copying is finished. During copying the update animation is shown, but of course it is not updating.
Code:
#!/bin/sh
sourceFile=/mnt/sd/KoboRoot.tgz
targetDir=/mnt/onboard/.kobo
if [ -e $sourceFile ]; then
# start animation
/etc/init.d/update-animator.sh &
# copy
cp $sourceFile $targetDir
# stop animation
killall update-animator.sh
fi
Quote:
Originally Posted by Ken Maltby
Would your example generate the update handling options in your Start Menu?
|
Generally speaking, yes. And if for some reason it doesn't, it will after a power circle.