ce8e5d97af4b16d86b66a51a1f9aa6c9d4c607a4
[openwrt.git] / target / linux / lantiq / image / ubinize-overlay.cfg
1 [rootfs]
2 # Volume mode (other option is static)
3 mode=ubi
4 # Source image
5 image=root.squashfs
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 [rootfs_data]
13 # Volume mode (other option is static)
14 mode=ubi
15 # Volume ID in UBI image
16 vol_id=1
17 # Allow for dynamic resize
18 vol_type=dynamic
19 # Volume name
20 vol_name=rootfs_data
21 vol_size=1MiB