From 4ef110fd2c501b718344c72d495ad7e16d2bd465 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 30 Dec 2023 23:25:20 +0100 Subject: T5474: establish common file name pattern for XML conf mode commands We will use _ as CLI level divider. The XML definition filename and also the Python helper should match the CLI node. Example: set interfaces ethernet -> interfaces_ethernet.xml.in set interfaces bond -> interfaces_bond.xml.in set service dhcp-server -> service_dhcp-server-xml.in --- interface-definitions/system_option.xml.in | 171 +++++++++++++++++++++++++++++ 1 file changed, 171 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..adb45bdcc --- /dev/null +++ b/interface-definitions/system_option.xml.in @@ -0,0 +1,171 @@ + + + + + + + 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 uk fr de es fi jp106 no dk se-latin1 dvorak + + + us + United States + + + uk + United Kingdom + + + fr + France + + + de + Germany + + + es + Spain + + + fi + Finland + + + jp106 + Japan + + + no + Norway + + + dk + Denmark + + + se-latin1 + Sweden + + + dvorak + Dvorak + + + (us|uk|fr|de|es|fi|jp106|no|dk|se-latin1|dvorak) + + Invalid keyboard layout + + 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 + #include + + + + + plays sound via system speaker when you can login + + + + + + Enable root partition auto-extention on system boot + + + + + + System time-format + + 12-hour 24-hour + + + 12-hour + 12 hour time format + + + 24-hour + 24 hour time format + + + (12-hour|24-hour) + + + 12-hour + + + + + + -- cgit v1.2.3