summaryrefslogtreecommitdiff
path: root/scripts/install
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 /scripts/install
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 'scripts/install')
-rwxr-xr-xscripts/install/install-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install/install-functions b/scripts/install/install-functions
index 46938aeb..e319b84d 100755
--- a/scripts/install/install-functions
+++ b/scripts/install/install-functions
@@ -214,7 +214,7 @@ add_console_entry () {
config_file=$2
sed -i -e "/console {/a \ \
device $console_dev {\n\
- speed 9600\n\
+ speed 115200\n\
}" $config_file
}