summaryrefslogtreecommitdiff
path: root/templates/system/console/device
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@sentrium.io>2019-04-23 15:39:41 -0500
committerJohn Estabrook <jestabro@sentrium.io>2019-04-23 15:47:52 -0500
commitda4e1fa442891324809993529dd4ae0d9a419af4 (patch)
treea5d68a91b58e1058b6e4da57994298721cdf27bf /templates/system/console/device
parentad0de9615f04ed1e172e9bf8430857cb911d5fa3 (diff)
downloadvyatta-cfg-system-da4e1fa442891324809993529dd4ae0d9a419af4.tar.gz
vyatta-cfg-system-da4e1fa442891324809993529dd4ae0d9a419af4.zip
T1327: Set the serial console speed to 115200 by default
Set the default serial console speed to 115200 in system update scripts, to accord with the changes in the build scripts.
Diffstat (limited to 'templates/system/console/device')
-rw-r--r--templates/system/console/device/node.tag/speed/node.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/system/console/device/node.tag/speed/node.def b/templates/system/console/device/node.tag/speed/node.def
index 6f270821..2bd4d7f0 100644
--- a/templates/system/console/device/node.tag/speed/node.def
+++ b/templates/system/console/device/node.tag/speed/node.def
@@ -7,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 for serial console)
+val_help: 9600; 9600 bps
val_help: 19200; 19,200 bps
val_help: 38400; 38,400 bps (default for Xen console)
val_help: 57600; 57,600 bps
-val_help: 115200; 115,200 bps
+val_help: 115200; 115,200 bps (default for serial console)