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

A partitiontable is an executionstep. This executionstep takes as an argument the device of a drive specified in the models section. It will then create or alter the partitiontable depending how the disk is specified. Lets take a look at the yaml

models:
 - disks:
   -disk:
    device: "/dev/sda"
#specify your models here
execution:
 - partitiontable: "/dev/sda" # build partitiontable on /dev/sda as defined in the model