Skip to content

Commit

Permalink
fix login tag
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 10, 2023
1 parent 96ee8f0 commit f5b901a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conf/7.3.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

BUILDER_VERSION=0.9.0
BUILDER_VERSION=0.9.1


CONF_LINK="https://raw.githubusercontent.com/vmactions/openbsd-builder/v${BUILDER_VERSION}/conf/openbsd-${VM_RELEASE}.conf"
Expand Down
9 changes: 9 additions & 0 deletions hooks/waitForBooting.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@


if bash vbox.sh waitForText $VM_OS_NAME "OpenBSD/amd64 BOOT" 10 ; then
echo "====> OK, enter"
bash vbox.sh enter
sleep 3
fi


0 comments on commit f5b901a

Please sign in to comment.