aboutsummaryrefslogtreecommitdiffstats
path: root/handbook
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-03-18 21:40:11 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-03-18 21:40:11 +0000
commitde9c12bea2d2c19a1578c6c0661c598d1c4373f5 (patch)
treeec1bb191fdbb1b0e14cc3d56258dd7979fc1195e /handbook
parentc21aed8addd3897b74762b2c845e944c3e1550a5 (diff)
downloadopenembedded-core-contrib-de9c12bea2d2c19a1578c6c0661c598d1c4373f5.tar.gz
handbook/faq: Add entry about building on NTFS
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'handbook')
-rw-r--r--handbook/faq.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/handbook/faq.xml b/handbook/faq.xml
index 518069ed2a..7ebcf910c7 100644
--- a/handbook/faq.xml
+++ b/handbook/faq.xml
@@ -138,6 +138,17 @@
<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>
How do I make Poky work in RHEL/CentOS?
</para>
</question>