Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
goneri committed Mar 29, 2020
1 parent 548250e commit 754c630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/os/openbsd/tasks/50-root-pw.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#usermod -p $(echo "root" | encrypt -b 6) root
usermod -p - root
run_in_target usermod -p - root
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 115200 >> /etc/boot.conf
sed -i 's,^\(tty00.*\)"/usr.*,\1"/usr/libexec/getty std.115200" xterm on secure,' /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 754c630

Please sign in to comment.