View Single Post
Posts: 1,208 | Thanked: 1,028 times | Joined on Oct 2007
#21
Originally Posted by sevdali View Post
Can I install the game to internal flash,
then move it to mmc1 (with cp,mv) in order to free the internal flash?
Yes you can do that too.

After install you have to type in xterm (again probably as root)
Code:
mkdir -p /media/mmc1/share
mv /usr/share/games/boswars /media/mmc1/share/
ln -s /media/mmc1/share/boswars /usr/share/games/boswars