diff options
author | zsdc <taras@vyos.io> | 2019-12-31 00:04:10 +0200 |
---|---|---|
committer | zsdc <taras@vyos.io> | 2019-12-31 00:04:10 +0200 |
commit | 7fcbd30b3357a047c57db39d0b07ed797f1392df (patch) | |
tree | 9f12afa73557425be1e65cbb3a18d0efaa2fc5f7 /interface-definitions/system-options.xml.in | |
parent | f7eda283b6eefbbc349384c22a1e15a1d24ae384 (diff) | |
parent | c7b0585fa97779fc070f4a4a0fe825eb0729023c (diff) | |
download | vyos-1x-7fcbd30b3357a047c57db39d0b07ed797f1392df.tar.gz vyos-1x-7fcbd30b3357a047c57db39d0b07ed797f1392df.zip |
Merge remote-tracking branch 'upstream/current' into T1514
Diffstat (limited to 'interface-definitions/system-options.xml.in')
-rw-r--r-- | interface-definitions/system-options.xml.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/interface-definitions/system-options.xml.in b/interface-definitions/system-options.xml.in index 5fa0635bd..48bc353ab 100644 --- a/interface-definitions/system-options.xml.in +++ b/interface-definitions/system-options.xml.in @@ -5,9 +5,15 @@ <node name="options" owner="${vyos_conf_scripts_dir}/system-options.py"> <properties> <help>System Options</help> - <priority>400</priority> + <priority>9999</priority> </properties> <children> + <leafNode name="beep-if-fully-booted"> + <properties> + <help>plays sound via system speaker when you can login</help> + <valueless/> + </properties> + </leafNode> <leafNode name="ctrl-alt-del-action"> <properties> <help>Ctrl-Alt-Delete action</help> |