diff --git a/plugins/os/openbsd/tasks/50-serial-console.sh b/plugins/os/openbsd/tasks/50-serial-console.sh index 7003d54..7126747 100644 --- a/plugins/os/openbsd/tasks/50-serial-console.sh +++ b/plugins/os/openbsd/tasks/50-serial-console.sh @@ -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