Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-27 | vyos_install: T5220: Added `cmdline_extra` option | zsdc | |
In some platforms, the kernel may need extra options in cmdline to boot properly. The new option allows adding extra parameters to the cmdline: ``` vyos_install: boot_params: cmdline_extra: nosmt mitigations=off # extra parameters for kernel cmdline ``` | |||
2023-06-23 | installer: T5220: Added unattended installer | zsdc | |
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. |