summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@sentrium.io>2019-04-16 13:40:00 -0500
committerJohn Estabrook <jestabro@sentrium.io>2019-04-16 13:47:51 -0500
commit4700953e297af1d07215b81f9490eceeae98e7a0 (patch)
tree9162952694f2511cfdae0524f235feca56fa43b3 /tools
parentacf492894fe8a9cda5ccc6cecf4c1033299e36ee (diff)
downloadvyos-build-4700953e297af1d07215b81f9490eceeae98e7a0.tar.gz
vyos-build-4700953e297af1d07215b81f9490eceeae98e7a0.zip
T1327: Set the serial console speed to 115200 by default
Set the serial console speed to 115200 in all build scripts, as is the standard for current boards. This avoids an annoyance for users of the livecd, and makes the defaults in build scripts in tools/ and scripts/ consistent.
Diffstat (limited to 'tools')
-rw-r--r--tools/cloud-init/AWS/config.boot.default2
-rw-r--r--tools/cloud-init/OCI/config.boot.default2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/cloud-init/AWS/config.boot.default b/tools/cloud-init/AWS/config.boot.default
index de724f0b..4e556a5d 100644
--- a/tools/cloud-init/AWS/config.boot.default
+++ b/tools/cloud-init/AWS/config.boot.default
@@ -26,7 +26,7 @@ system {
}
console {
device ttyS0 {
- speed 9600
+ speed 115200
}
}
config-management {
diff --git a/tools/cloud-init/OCI/config.boot.default b/tools/cloud-init/OCI/config.boot.default
index 18f6ef09..296c690a 100644
--- a/tools/cloud-init/OCI/config.boot.default
+++ b/tools/cloud-init/OCI/config.boot.default
@@ -16,7 +16,7 @@ system {
}
console {
device ttyS0 {
- speed 9600
+ speed 115200
}
}
config-management {