ubinize-ventana.cfg 655 B

12345678910111213141516171819202122232425262728293031323334353637
  1. [boot]
  2. # Volume mode (other option is static)
  3. mode=ubi
  4. # Source image
  5. image=boot.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=boot
  12. vol_size=15MiB
  13. [rootfs]
  14. # Volume mode (other option is static)
  15. mode=ubi
  16. # Source image
  17. image=root.squashfs
  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
  24. [rootfs_data]
  25. # Volume mode (other option is static)
  26. mode=ubi
  27. # Volume ID in UBI image
  28. vol_id=2
  29. # Allow for dynamic resize
  30. vol_type=dynamic
  31. # Volume name
  32. vol_name=rootfs_data
  33. # Autoresize volume at first mount
  34. vol_flags=autoresize
  35. vol_size=1MiB