aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Rootfs
blob: 656b4b36ea69c9a0ce1925c822977d613cf4c213 (plain)
1
2
3
4
5
6
7
8
9
10
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"