ubinize-overlay.cfg 445 B

1234567891011121314151617181920212223
  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
  22. # Autoresize volume at first mount
  23. vol_flags=autoresize