diff options
Diffstat (limited to 'docs/Rootfs')
| -rw-r--r-- | docs/Rootfs | 11 |
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 | |||
| 2 | Configuring Additional RootFS Output Images | ||
| 3 | =========================================== | ||
| 4 | |||
| 5 | To configure the build or the machine to output additional rootfs image types | ||
| 6 | the IMAGE_FSTYPES variable can be overridden or appended to. | ||
| 7 | |||
| 8 | e.g. Add ext2 and ext2.gz.u-boot image types to the local.conf | ||
| 9 | |||
| 10 | IMAGE_FSTYPES += "ext2 ext2.gz.u-boot" | ||
| 11 | |||
