when you get to the bash prompt inside the chroot do:
export DISPLAY=127.0.0.1:0
Now that's useful. Get's it to where I can at least invoke an aterm (after a manual chroot). Firefox bombs on an "Illegal instruction," but this is progress - and that step isn't in the instructions elsewhere in this thread and another.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=106814\"][{POST_SNAPBACK}][/a][/div]
Did you make the changes as in the first post of this thread ?
Obviously, if you are using another window manager, make sure you change the correct files (it's the most obvious things that people are likely to forget).
I did some additional things :
1) linked ..../debroot/home/root to ..../debroot/root (debians homedir seems to be the last one)
2) created a script to start debian :
# .Xauthority changes when restarting X so :
cp /home/root/.Xauthority ..../debroot/home/root/.Xauthority
# I want access to file systems outside chroot :
mount -o bind /mnt/ide2 ...../debroot/mnt/ide2
mount -o bind /mnt/card ..../debroot/mnt/card
# I want my wifi to work :
cp /etc/reslov.conf ..../debroot/etc/resolv.conf
# initialize
/etc/rc.d/init.d/zdebian start
Start debian commands with Crd :
# Crd command (e.g. Crd aterm)
Works like a charm every time.
Chero.