View Single Post
TomJ's Avatar
Posts: 505 | Thanked: 665 times | Joined on Oct 2009
#3105
Quick check of understanding: editing /sbin/qchroot as so:

Code:
  echo .... >/dev/stderr
  #mount -o bind /home/user "$CHROOT/home/user"
 
  # Do it the Fremantle way.
  #mount /dev/mmcblk0p2 "$CHROOT/home"
  mount /dev/mmcblk0p1 "$CHROOT/home/user/MyDocs"

should be sufficient for Easy Debian to be able to access MyDocs, but not the rest of maemo's /home, shouldn't it?
__________________
Want to know how to add public holidays to your device calendar? See the instructions wiki page.

Want to improve the location bar's search capabilities? there's a wiki page for that too...

Last edited by TomJ; 2014-06-23 at 07:33.