From: Leon Woestenberg Date: Wed, 17 Jun 2009 19:11:53 +0000 (+0200) Subject: local.conf.sample: Explain IMAGE_KEEPROOTFS. X-Git-Tag: Release-2010-05/1~2936^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b16c79ca6f3c5924285ce7055c8f599feec7f23b;p=openembedded.git local.conf.sample: Explain IMAGE_KEEPROOTFS. Signed-off-by: Leon Woestenberg --- 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 = ""