diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-01-24 14:02:32 +0000 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-01-24 19:05:44 +0000 |
commit | b1d8d8320bc4550849ad6b3da5733b8d35ce6f6e (patch) | |
tree | 41f05a71f066a3171dc743e35927aef3ef05b2f8 | |
parent | de086b75445f50cec560791aa5abd22347c563a2 (diff) | |
download | vyatta-cfg-system-b1d8d8320bc4550849ad6b3da5733b8d35ce6f6e.tar.gz vyatta-cfg-system-b1d8d8320bc4550849ad6b3da5733b8d35ce6f6e.zip |
vyatta-cfg-system: remove default speed value for console access
Remove the default value for the console speed node as this is already
set by the system. Update the help text to display the defaults for
both serial and Xen consoles.
-rw-r--r-- | templates/system/console/device/node.tag/speed/node.def | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/system/console/device/node.tag/speed/node.def b/templates/system/console/device/node.tag/speed/node.def index 8453f67d..e7515dca 100644 --- a/templates/system/console/device/node.tag/speed/node.def +++ b/templates/system/console/device/node.tag/speed/node.def @@ -1,6 +1,5 @@ type: u32 help: Console baud rate -default: 9600 allowed: echo 1200 2400 4800 9600 19200 38400 57600 115200 syntax:expression: $VAR(@) in 1200, 2400, 4800, 9600, 19200, 38400, \ 57600, 115200 ; "unknown baud rate" @@ -8,9 +7,9 @@ syntax:expression: $VAR(@) in 1200, 2400, 4800, 9600, 19200, 38400, \ val_help: 1200; 1200 bps val_help: 2400; 2400 bps val_help: 4800; 4800 bps -val_help: 9600; 9600 bps (default) +val_help: 9600; 9600 bps (default for serial console) val_help: 19200; 19,200 bps -val_help: 38400; 38,400 bps +val_help: 38400; 38,400 bps (default for Xen console) val_help: 57600; 57,600 bps val_help: 115200; 115,200 bps |