system - ODEX-TOS/tos-installer-backend GitHub Wiki
The system model defines basic properties needed on a new system.
It looks like the following
models:
- system:
local: "en_US.UTF-8"
keymap: "be-latin1"
hostname: "tos"
password: "123"
All options of system
are optional. Default values are located in the config.yaml
file. If no such file exists then the above are the default
local
specifies the language your system will use. The format is as defined in/etc/locale.gen
keymap
: the keymap to use. The format is defined as per/usr/share/kbd/keymaps/**/*.map.gz
. Ommit the .map.gz from this namehostname
: the hostname of your system. This can be any stringpassword
: the password assigned to root
If you wish to use this model add systemsetup
as a build step in the execution array