diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-06-14 20:42:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-06-14 20:42:33 +0000 |
commit | f88360279f91387dc61725226ad38c3c95d3790a (patch) | |
tree | 66d21f3483914eb7e674c45f3497ab8912094ac0 /target/linux/goldfish/image/ubinize.cfg | |
parent | a6d8f8be9e06c5ffb03f815c8c76ba743c64aa3d (diff) | |
download | mtk-20170518-f88360279f91387dc61725226ad38c3c95d3790a.zip mtk-20170518-f88360279f91387dc61725226ad38c3c95d3790a.tar.gz mtk-20170518-f88360279f91387dc61725226ad38c3c95d3790a.tar.bz2 |
add the 'goldfish' target, useful for experimenting with virtual phone hardware (includes the emulator)
SVN-Revision: 16459
Diffstat (limited to 'target/linux/goldfish/image/ubinize.cfg')
-rw-r--r-- | target/linux/goldfish/image/ubinize.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/goldfish/image/ubinize.cfg b/target/linux/goldfish/image/ubinize.cfg new file mode 100644 index 0000000..d8d1fde --- /dev/null +++ b/target/linux/goldfish/image/ubinize.cfg @@ -0,0 +1,14 @@ +[rootfs] +# Volume mode (other option is static) +mode=ubi +# Source image +image=root.jffs2-124k +# 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 + |