diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-01-23 19:10:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 19:10:20 +0000 |
commit | d736a9b70ca897bdf1e0237b64ab5c7eb958b520 (patch) | |
tree | eb4c7c191a126ecd6c4e9dec1da224c0b60b60fe /interface-definitions | |
parent | 4c2d4519277bc4cbe964a37160b93c31cdc77309 (diff) | |
parent | 256346a66cc3bb20e93c68245ebca2f68f42e7b5 (diff) | |
download | vyos-1x-d736a9b70ca897bdf1e0237b64ab5c7eb958b520.tar.gz vyos-1x-d736a9b70ca897bdf1e0237b64ab5c7eb958b520.zip |
Merge pull request #2886 from jestabro/add-kernel-boot-options
system-option: T5979: Add configurable kernel boot options
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> |