Simple solution, link the location of the Sharp ROM's home directory with chroot environment's home directory.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=62878\"][{POST_SNAPBACK}][/a][/div]
Thanks for the explanation, I think it's true. without the link apt-get upgrade complains about can't find certain files, or path error. Anyway, it's not a big deal practically. Without having the link, now I got the /home/root directory, somehow created by the mozilla firefox, thunderbird or maybe other application. And you can always su to get things to work.
One real big deal is the sound. While learning debian, I wonder how do you guys enable sound in the chrooted enviroment. I try to do this trick
ln -s /dev/dsp /mnt/cf2/.debroot/dev/dsp
however, it doesn't seem to work. I tried to use the debian distro Kphone to dial. But got the following message
close any program which might be using soundcard and then retry dial
The call goes through with the original debian /dev/dsp, but with no sound at all. I also used xmms to play mp3, no sound either. In general, how to make debian recongnized the device outside of the chroot?