Skip to content

Commit

Permalink
do not redirect term on serial console
Browse files Browse the repository at this point in the history
  • Loading branch information
goneri committed Dec 1, 2021
1 parent 7368ea6 commit f8d67aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/os/openbsd/tasks/50-serial-console.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
echo stty com0 >> $TARGET/etc/boot.conf
sed -i 's,^\(tty00.*\)"/usr.*,\1"/usr/libexec/getty std.9600" xterm on secure,' $TARGET/etc/ttys
#echo stty com0 >> $TARGET/etc/boot.conf
#sed -i 's,^\(tty00.*\)"/usr.*,\1"/usr/libexec/getty std.9600" xterm on secure,' $TARGET/etc/ttys

0 comments on commit f8d67aa

Please sign in to comment.