View Single Post
Posts: 164 | Thanked: 132 times | Joined on Dec 2007
#10
Originally Posted by /*Eddie*/ View Post
Yeah... deleting /bin/sh and /bin/ash after I put bash in there was a nice way of requiring a reflash...

Can't say I wasn't warned
/bin/sh is needed by startup scripts. Deleting it will definitely break your tablet.

To make bash the default shell, edit /etc/passwd and replace /bin/sh by /bin/bash for users 'user' and 'root'.

If you want to go a step farther, symlink /bin/sh and /bin/ash to /bin/bash. This may or may not break your tablet, I haven't tried this yet.