aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2009-06-17 21:11:53 +0200
committerLeon Woestenberg <leon@sidebranch.com>2009-07-20 20:50:04 +0200
commitb16c79ca6f3c5924285ce7055c8f599feec7f23b (patch)
tree301c182b9eccb96fa1053b7612050fd7eee14324 /conf
parentf62655ff7ce6b812e8366ddc238bb5e58223302a (diff)
downloadopenembedded-b16c79ca6f3c5924285ce7055c8f599feec7f23b.tar.gz
local.conf.sample: Explain IMAGE_KEEPROOTFS.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/local.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index a00fec4c2a..643ae0b611 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -119,6 +119,11 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
# squashfs, squashfs-lzma
IMAGE_FSTYPES = "jffs2 tar"
+# Uncomment this if you want to keep the temporary rootfs
+# diretory, this can be useful during development.
+# (Note that this rootfs is NOT usuable as NFS export.)
+# IMAGE_KEEPROOTFS = "1"
+
# Uncomment this to disable the parse cache (not recommended).
# CACHE = ""