diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-11 12:59:19 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-11 12:59:19 +0000 |
commit | fc4bed72a8fe3fdae5c935ff4c75eb490f6b468f (patch) | |
tree | 8186f75a8152b4f0ed79b65a3c425eda0b8f3efd /target/imagebuilder | |
parent | 2b08433100ece77f3b433c6c48bd83a78e35cffe (diff) | |
download | upstream-fc4bed72a8fe3fdae5c935ff4c75eb490f6b468f.tar.gz upstream-fc4bed72a8fe3fdae5c935ff4c75eb490f6b468f.tar.bz2 upstream-fc4bed72a8fe3fdae5c935ff4c75eb490f6b468f.zip |
scripts: add ubinize-image.sh to generate ubi images
This is a wrapper for the ubinize tool which integrates auto-generation
of the ubinize.cfg for common volume layouts with and without a kernel
volume.
It supports auto-detecting the rootfs-type and decides whether or not
to include a rootfs_data volume based on whether the rootfs is ubifs
or not (and thus is read-only and needs rootfs_data ubifs overlay).
The script allows to create layouts as found in all current
ubinize{,-overlay}.cfg files using
ubinize-image.sh --no-kernel root.{ubifs,squashfs} output.ubi $UBI_OPTS
It also includes support for adding ubootenv and ubootenv2 volumes
typically used by U-Boot for storing its environment in UBI using the
"--uboot-env" parameter.
See also
https://gitorious.org/openwrt-oxnas/openwrt-oxnas/source/target/linux/
oxnas/image/Makefile
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
create mode 100755 scripts/ubinize-image.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41121 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/imagebuilder')
0 files changed, 0 insertions, 0 deletions