summaryrefslogtreecommitdiff
path: root/config/cloud.cfg.d/20_vyos_install.cfg
blob: da9eda078c0a5b9815e933bbb39c6b9e8c7ea619 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Unattended installation

# vyos_install:
#   activated: true # true - enable installer, false - disable. Default: false
#   post_reboot: true # true - reboot after installation, false - do not reboot. Default: false
#   ci_disable: true # true - disable cloud-init after installation, false - do not disable. Default: false
#   boot_params:
#     console_type: serial # type of console: kvm, serial. Default: kvm
#     serial_console_num: 1 # serial console number. Default: 0
#     serial_console_speed: 115200 # serial console speed. Default: 9600
#     cmdline_extra: nosmt mitigations=off # add extra parameters for kernel cmdline