summaryrefslogtreecommitdiff
path: root/config/cloud.cfg.d/20_vyos_install.cfg
diff options
context:
space:
mode:
authorzsdc <taras@vyos.io>2023-05-16 18:12:02 +0300
committerzsdc <taras@vyos.io>2023-06-23 12:00:43 +0300
commitdd82777f3ac2f619fa322c54a7f6cdda5f344b5d (patch)
tree66ae9c4753d05258d46438067b11a43381a456d2 /config/cloud.cfg.d/20_vyos_install.cfg
parent55d36174bfa2d285ec93a8e5b38026f5afce88ea (diff)
downloadvyos-cloud-init-dd82777f3ac2f619fa322c54a7f6cdda5f344b5d.tar.gz
vyos-cloud-init-dd82777f3ac2f619fa322c54a7f6cdda5f344b5d.zip
installer: T5220: Added unattended installer
Added a new Cloud-init module, which recognizes a `vyos_install` configuration section and can install the system during a first boot to permanent storage. Check the `config/cloud.cfg.d/20_vyos_install.cfg` for configuration details.
Diffstat (limited to 'config/cloud.cfg.d/20_vyos_install.cfg')
-rw-r--r--config/cloud.cfg.d/20_vyos_install.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/cloud.cfg.d/20_vyos_install.cfg b/config/cloud.cfg.d/20_vyos_install.cfg
new file mode 100644
index 00000000..0083af68
--- /dev/null
+++ b/config/cloud.cfg.d/20_vyos_install.cfg
@@ -0,0 +1,10 @@
+# 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