Hi, On 09/16/2012 02:51 PM, Hans Bezemer wrote:
Feel free to do it yourself and please report back any errors or omissions.
I haven't actually tested this script (yet?), but noticed something while reading it. I suspect these two lines:
mkdir /dev/pts mknod -m 0666 "$ROOTDIR/ptmx" c 5 2 should be replaced with these two: mkdir "$ROOTDIR/dev/pts" mknod -m 0666 "$ROOTDIR/dev/ptmx" c 5 2 -- -Frode _______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

