systemsetupStep - ODEX-TOS/tos-installer-backend GitHub Wiki
A systemsetup is an execution step. This execution step takes no arguments but a system model should be specified in the models section. It will then setup a basic linux system. Lets take a look at the yaml
models:
- system:
local: "en_US.UTF-8"
keymap: "be-latin1"
hostname: "tos"
password: "123"
execution:
- systemsetup: # configure the base system with the above information
Creating a systemsetup should be happening in a chrooted environment since you want your new system settings there