Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Hi, thanks for the informed response. WRT 5, I have multiple raspis, it would be easier if they all shared all their files (minus some specific files like /etc/hostname, /etc/network/interfaces) as I only have to compile them in one location. Currently I am installing them on a single raspi (which is super slow CPU wise), using dd to copy the image and distribute it. Commented Oct 24, 2013 at 21:18
  • You might want to look into rsync for distributing the files. Commented Oct 25, 2013 at 16:54
  • Would it be possible to mount /lib and /src as I need those for cross compilation? Commented Nov 9, 2013 at 1:17