aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-06-27 21:06:57 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-06-27 21:06:57 +0000
commit5a11d1607ad15fbd73ca14716883add8e4333d15 (patch)
tree3281e92d57284268a9c8a8d3b00e506f40fe79e6
parentc67892669a61655f55bcb2e57110a3e7d4840dc2 (diff)
downloadopenembedded-5a11d1607ad15fbd73ca14716883add8e4333d15.tar.gz
add tiny notice about IMAGE_FSTYPE to local.conf.sample
BKrev: 40df36f128M56dmjySkIj8ojEmQ2jQ
-rw-r--r--conf/local.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 93179b5f2f..f27a2f627d 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -100,6 +100,10 @@ TARGET_ARCH = "arm"
# Usually better to set DISTRO instead (see above)
#INHERIT = "package_tar"
+# Uncomment one of these lines to get a rootfs image type other than jffs2
+#IMAGE_FSTYPE = "tar"
+#IMAGE_FSTYPE = "cramfs"
+
# Comment this out if you do not wish to use a parse cache (not recommended).
CACHE=/var/tmp/oe-cache.${USER}