d8d1fde0129f4d1fb075d0b0710e205607b373ae
[openwrt-10.03/.git] / ubinize.cfg
1 [rootfs]
2 # Volume mode (other option is static)
3 mode=ubi
4 # Source image
5 image=root.jffs2-124k
6 # Volume ID in UBI image
7 vol_id=0
8 # Allow for dynamic resize
9 vol_type=dynamic
10 # Volume name
11 vol_name=rootfs
12 # Autoresize volume at first mount
13 vol_flags=autoresize
14