summaryrefslogtreecommitdiffstats
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 @@
1
2Configuring Additional RootFS Output Images
3===========================================
4
5To configure the build or the machine to output additional rootfs image types
6the IMAGE_FSTYPES variable can be overridden or appended to.
7
8e.g. Add ext2 and ext2.gz.u-boot image types to the local.conf
9
10 IMAGE_FSTYPES += "ext2 ext2.gz.u-boot"
11