mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
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.
41 lines
700 B
Plaintext
41 lines
700 B
Plaintext
system {
|
|
host-name vyos
|
|
login {
|
|
user vyos {
|
|
authentication {
|
|
encrypted-password "*"
|
|
plaintext-password ""
|
|
}
|
|
level admin
|
|
}
|
|
}
|
|
syslog {
|
|
global {
|
|
facility all {
|
|
level info
|
|
}
|
|
facility protocols {
|
|
level debug
|
|
}
|
|
}
|
|
}
|
|
ntp {
|
|
server "0.pool.ntp.org"
|
|
server "1.pool.ntp.org"
|
|
server "2.pool.ntp.org"
|
|
}
|
|
console {
|
|
device ttyS0 {
|
|
speed 115200
|
|
}
|
|
}
|
|
config-management {
|
|
commit-revisions 100
|
|
}
|
|
}
|
|
|
|
interfaces {
|
|
loopback lo {
|
|
}
|
|
}
|