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 ++++++++++++++++++++++++++++ interface-definitions/system-options.xml.in | 120 ---------------------------- 2 files changed, 120 insertions(+), 120 deletions(-) create mode 100644 interface-definitions/system-option.xml.in delete mode 100644 interface-definitions/system-options.xml.in (limited to 'interface-definitions') 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 + + + + + + + + diff --git a/interface-definitions/system-options.xml.in b/interface-definitions/system-options.xml.in deleted file mode 100644 index 12e4044af..000000000 --- a/interface-definitions/system-options.xml.in +++ /dev/null @@ -1,120 +0,0 @@ - - - - - - - System Options - 9999 - - - - - plays sound via system speaker when you can login - - - - - - Ctrl-Alt-Delete action - - ignore reboot poweroff - - - ignore - Ignore Ctrl-Alt-Delete - - - reboot - Reboot VyOS - - - poweroff - Poweroff VyOS - - - ^(ignore|reboot|poweroff)$ - - Must be ignore, reboot, or poweroff - - - - - 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 - - - - - 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 - - - - - - -- cgit v1.2.3