nano commands from install txt dont work in terminal IDE, how to install it, its simple text editor if i remember right
It is because you forgot to "install system".
do i need to "install system" in terminal IDE?
Yes. But not "install gcc".
For emerge -g, you need an internet connexion to gentooandroid.sourceforge.net
You must also add symlink that I forgot to put in this patch.
What I have:
[email protected] ~ $ cd /data/data/com.spartacusrex.spartacuside/gentoo_armv6l/etc/
[email protected] /data/data/com.spartacusrex.spartacuside/gentoo_armv6l/etc $ ls -l passwd shadow resolv.conf
lrwxrwxrwx 1 xdej xdej 17 Jul 5 11:54 passwd -> ../../zetc/passwd
lrwxrwxrwx 1 xdej xdej 22 Jul 5 11:17 resolv.conf -> ../../zetc/resolv.conf
lrwxrwxrwx 1 xdej xdej 17 Jul 5 11:17 shadow -> ../../zetc/shadow
To obtain that:
Code:
cd /data/data/com.spartacusrex.spartacuside/gentoo_armv6l/etc/ ; for i in passwd shadow resolv.conf ; do ln -s ../../zetc/$i . ; done