diff options
author | John Estabrook <jestabro@vyos.io> | 2024-01-30 08:29:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-30 08:29:58 -0600 |
commit | 8bd6c24b50a34225763058c1daa28c8a8fe59098 (patch) | |
tree | 211c13a3df56abe246d556eaf04d8208d12b5af4 /interface-definitions | |
parent | 02f7f91e3937f1622ba055847aa96b207d5ba754 (diff) | |
parent | 287c3edbac7f308d3240bdec253f0e5103e8eca1 (diff) | |
download | vyos-1x-8bd6c24b50a34225763058c1daa28c8a8fe59098.tar.gz vyos-1x-8bd6c24b50a34225763058c1daa28c8a8fe59098.zip |
Merge pull request #2888 from vyos/mergify/bp/sagitta/pr-2886
system-option: T5979: Add configurable kernel boot options (backport #2886)
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/system_option.xml.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/interface-definitions/system_option.xml.in b/interface-definitions/system_option.xml.in index adb45bdcc..602d7d100 100644 --- a/interface-definitions/system_option.xml.in +++ b/interface-definitions/system_option.xml.in @@ -32,6 +32,19 @@ <constraintErrorMessage>Must be ignore, reboot, or poweroff</constraintErrorMessage> </properties> </leafNode> + <node name="kernel"> + <properties> + <help>Kernel boot parameters</help> + </properties> + <children> + <leafNode name="disable-mitigations"> + <properties> + <help>Disable all optional CPU mitigations</help> + <valueless/> + </properties> + </leafNode> + </children> + </node> <leafNode name="keyboard-layout"> <properties> <help>System keyboard layout, type ISO2</help> |