[oe-commits] Leon Woestenberg : local.conf.sample: Explain IMAGE_KEEPROOTFS.

git version control git at git.openembedded.org
Mon Jul 20 18:50:11 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b16c79ca6f3c5924285ce7055c8f599feec7f23b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b16c79ca6f3c5924285ce7055c8f599feec7f23b

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Wed Jun 17 21:11:53 2009 +0200

local.conf.sample: Explain IMAGE_KEEPROOTFS.

Signed-off-by: Leon Woestenberg <leon at sidebranch.com>

---

 conf/local.conf.sample |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index a00fec4..643ae0b 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 = ""
 





More information about the Openembedded-commits mailing list