diff options
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> |