aboutsummaryrefslogtreecommitdiffstats
path: root/conf/local.conf.sample
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-12-20 17:26:00 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-12-20 17:26:00 +0000
commiteb5831bf134fd2917053bb8ebde2b9a696eb09ee (patch)
treeebc136dac1440229f49c0f52b1285f65a5fb5cbb /conf/local.conf.sample
parent34b38abd8983aba66bd45ef75c78e68000fa8271 (diff)
downloadopenembedded-eb5831bf134fd2917053bb8ebde2b9a696eb09ee.tar.gz
local.conf.sample: correct description and name of IMAGE_FSTYPES
BKrev: 41c70b2860MsMo_F9-uopYYHjwxyNw
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r--conf/local.conf.sample5
1 files changed, 2 insertions, 3 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 0877d3146b..cb2b367db5 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -74,9 +74,8 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
# INHERIT = "package_ipk"
# INHERIT = "package_tar"
-# Uncomment one of these lines to get a rootfs image type other than jffs2
-# IMAGE_FSTYPE = "tar"
-# IMAGE_FSTYPE = "cramfs"
+# Add the required image file system types below. Valid are jffs2, tar, cramfs
+IMAGE_FSTYPES = "jffs2 tar"
# Uncomment this to disable the parse cache (not recommended).
# CACHE = ""