build: do not depend on svn any more
[openwrt/openwrt.git] / target / linux / imx6 / image / ubinize-ventana.cfg
1 [boot]
2 # Volume mode (other option is static)
3 mode=ubi
4 # Source image
5 image=boot.ubifs
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=boot
12 vol_size=15MiB
13
14 [rootfs]
15 # Volume mode (other option is static)
16 mode=ubi
17 # Source image
18 image=root.squashfs
19 # Volume ID in UBI image
20 vol_id=1
21 # Allow for dynamic resize
22 vol_type=dynamic
23 # Volume name
24 vol_name=rootfs
25
26 [rootfs_data]
27 # Volume mode (other option is static)
28 mode=ubi
29 # Volume ID in UBI image
30 vol_id=2
31 # Allow for dynamic resize
32 vol_type=dynamic
33 # Volume name
34 vol_name=rootfs_data
35 # Autoresize volume at first mount
36 vol_flags=autoresize
37 vol_size=1MiB