From 193323ba5d2f0318ceb81b3969c0181ba3125cf2 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 21 Nov 2020 00:34:25 +0100 Subject: system: T3078: rename "system options" -> "system option" By design a CLI node should not be named by its plural but rather describe it as singular. --- interface-definitions/system-option.xml.in | 120 +++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 interface-definitions/system-option.xml.in (limited to 'interface-definitions/system-option.xml.in') diff --git a/interface-definitions/system-option.xml.in b/interface-definitions/system-option.xml.in new file mode 100644 index 000000000..26b78c8a4 --- /dev/null +++ b/interface-definitions/system-option.xml.in @@ -0,0 +1,120 @@ + + + + + + + System Options + 9999 + + + + + System action on Ctrl-Alt-Delete keystroke + + ignore reboot poweroff + + + ignore + Ignore key sequence + + + reboot + Reboot system + + + poweroff + Poweroff system + + + ^(ignore|reboot|poweroff)$ + + Must be ignore, reboot, or poweroff + + + + + System keyboard layout, type ISO2 + + us fr de fi no dk + + + us + United States of America + + + fr + France + + + de + Germany + + + fi + Finland + + + no + Norway + + + dk + Denmark + + + us + + + + Tune system performance + + throughput latency + + + throughput + Tune for maximum network throughput + + + latency + Tune for low network latency + + + ^(throughput|latency)$ + + + + + + Global options used for HTTP client + + + #include + #include + + + + + Reboot system on kernel panic + + + + + + Global options used for SSH client + + + #include + + + + + plays sound via system speaker when you can login + + + + + + + + -- cgit v1.2.3