summaryrefslogtreecommitdiff
path: root/data/live-build-config/hooks/live/05-event_tty.chroot
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2019-04-19 04:36:19 +0200
committerDaniil Baturin <daniil@baturin.org>2019-04-19 04:36:19 +0200
commite6bb8072e00da2e698fb472d3c8c18f9cecfd3dd (patch)
tree9162952694f2511cfdae0524f235feca56fa43b3 /data/live-build-config/hooks/live/05-event_tty.chroot
parente954d454746b722648277a95230c2cad272ee860 (diff)
parent4700953e297af1d07215b81f9490eceeae98e7a0 (diff)
downloadvyos-build-e6bb8072e00da2e698fb472d3c8c18f9cecfd3dd.tar.gz
vyos-build-e6bb8072e00da2e698fb472d3c8c18f9cecfd3dd.zip
Merge branch 'current' of https://github.com/vyos/vyos-build into current
Diffstat (limited to 'data/live-build-config/hooks/live/05-event_tty.chroot')
-rwxr-xr-xdata/live-build-config/hooks/live/05-event_tty.chroot4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/live-build-config/hooks/live/05-event_tty.chroot b/data/live-build-config/hooks/live/05-event_tty.chroot
index a00167f7..81ef6257 100755
--- a/data/live-build-config/hooks/live/05-event_tty.chroot
+++ b/data/live-build-config/hooks/live/05-event_tty.chroot
@@ -22,7 +22,7 @@ if [ -r etc/event.d/tty1 ] ; then
stop on runlevel 6
respawn
- exec /sbin/getty 9600 ttyS0 vt100
+ exec /sbin/getty 115200 ttyS0 vt100
EOF
fi
@@ -30,5 +30,5 @@ fi
if [ -r etc/inittab ] && [ -c dev/ttyS0 ] && grep -q '^#T0:.*getty.*ttyS0' etc/inittab ; then
echo I: Enable serial console login
- sed -i '/^#T0:/s|^#.*$|T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100|' etc/inittab
+ sed -i '/^#T0:/s|^#.*$|T0:23:respawn:/sbin/getty -L ttyS0 115200 vt100|' etc/inittab
fi