diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-02-12 10:48:33 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-02-12 10:48:33 +0000 |
commit | 936166c04296d5d9c651f5edd34c5c892a5f088c (patch) | |
tree | 3aa3a3fdd775dc7e53c90ffd408e7bd935b63ebc /target/linux/omap/image/ubinize.cfg | |
parent | 3194834c55c3f4753565664d98adf0c57e9e5f5f (diff) | |
download | mtk-20170518-936166c04296d5d9c651f5edd34c5c892a5f088c.zip mtk-20170518-936166c04296d5d9c651f5edd34c5c892a5f088c.tar.gz mtk-20170518-936166c04296d5d9c651f5edd34c5c892a5f088c.tar.bz2 |
generate ubifs images
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39576
Diffstat (limited to 'target/linux/omap/image/ubinize.cfg')
-rw-r--r-- | target/linux/omap/image/ubinize.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/omap/image/ubinize.cfg b/target/linux/omap/image/ubinize.cfg new file mode 100644 index 0000000..49d55b9 --- /dev/null +++ b/target/linux/omap/image/ubinize.cfg @@ -0,0 +1,14 @@ +[rootfs] +# Volume mode (other option is static) +mode=ubi +# Source image +image=root.ubifs +# Volume ID in UBI image +vol_id=0 +# Allow for dynamic resize +vol_type=dynamic +# Volume name +vol_name=rootfs +# Autoresize volume at first mount +vol_flags=autoresize + |