ubinize.cfg 254 B

1234567891011121314
  1. [rootfs]
  2. # Volume mode (other option is static)
  3. mode=ubi
  4. # Source image
  5. image=root.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=rootfs
  12. # Autoresize volume at first mount
  13. vol_flags=autoresize