View Single Post
Posts: 451 | Thanked: 334 times | Joined on Sep 2009
#7
Originally Posted by bpe View Post
"/home/user/kumatux.org/kumatux.org-setup.sh: line 9: cd: : No such file or directory"
That's cause you're not running it through bash, and busybox is reporting this.

Make sure, assuming you're in /home/user, to execute:
Code:
kumatux.org/bin/bash kumatux.org/kumatux.org-setup.sh
and ensure you have the executables of basename, bash, and dirname in kumatux.org/bin/
otherwise, you're gonna get these errors, they're all busybox generated, but you can't uninstall busybox and use real GNU tools in the base system, since you'd mess up the N900 system.