handbook/faq: Add entry about building on NTFS

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-03-18 21:40:11 +00:00
parent c21aed8add
commit de9c12bea2
1 changed files with 11 additions and 0 deletions

View File

@ -135,6 +135,17 @@
</para>
</answer>
</qandaentry>
<qandaentry>
<question>
<para>
I see the error 'chmod: XXXXX new permissions are r-xrwxrwx, not r-xr-xr-x'. What's wrong?
</para>
</question>
<answer>
<para>
You're probably running the build on an NTFS filesystem. Use a sane one like ext2/3/4 instead!
</para>
</answer>
<qandaentry>
<question>
<para>