OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 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 # Autoresize volume at first mount
13 # vol_flags=autoresize
14  
15 [rootfs_data]
16 # Volume mode (other option is static)
17 mode=ubi
18 # Volume ID in UBI image
19 vol_id=1
20 # Allow for dynamic resize
21 vol_type=dynamic
22 # Volume name
23 vol_name=rootfs_data
24 # Autoresize volume at first mount
25 vol_flags=autoresize
26 vol_size=1MiB