34 lines
613 B
INI
34 lines
613 B
INI
[kernel]
|
|
# Volume mode (other option is static)
|
|
mode=ubi
|
|
# Source image
|
|
image=uImage.mbn
|
|
# Volume ID in UBI image
|
|
vol_id=0
|
|
# Allow for dynamic resize
|
|
vol_type=dynamic
|
|
# Volume name
|
|
vol_name=kernel
|
|
|
|
[rootfs]
|
|
# Volume mode (other option is static)
|
|
mode=ubi
|
|
# Source image
|
|
image=root.squashfs
|
|
# Volume ID in UBI image
|
|
vol_id=1
|
|
# Allow for dynamic resize
|
|
vol_type=dynamic
|
|
# Volume name
|
|
vol_name=ubi_rootfs
|
|
|
|
[rootfs_data]
|
|
mode=ubi
|
|
# this is arbitrary, since autoresize below will use up the remaining
|
|
# free space on the mtd volume
|
|
vol_size=1KiB
|
|
vol_id=2
|
|
vol_type=dynamic
|
|
vol_name=ubi_rootfs_data
|
|
vol_flags=autoresize
|