aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Rootfs
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Rootfs')
-rw-r--r--docs/Rootfs11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/Rootfs b/docs/Rootfs
new file mode 100644
index 00000000..656b4b36
--- /dev/null
+++ b/docs/Rootfs
@@ -0,0 +1,11 @@
+
+Configuring Additional RootFS Output Images
+===========================================
+
+To configure the build or the machine to output additional rootfs image types
+the IMAGE_FSTYPES variable can be overridden or appended to.
+
+e.g. Add ext2 and ext2.gz.u-boot image types to the local.conf
+
+ IMAGE_FSTYPES += "ext2 ext2.gz.u-boot"
+