logicVolumeModel - ODEX-TOS/tos-installer-backend GitHub Wiki

A logic volume is a "subpartition" so to speak. A logic volume is rather simple Logic volumes can only exists as a subtype of a partition It looks like the following

- volume:
  name: "root"
  size: "200G"
  mountpoint: "/"

All options are needed They do the following

  • name the name to assign the logic volume
  • size The size of the logic volume in bytes or human readable form
  • mountpoint: The same as a partition. The mountpoint to mount this logic volume to