From f5b901a1068f22d32273d3d9ec6e75a994d9c47f Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 10 Nov 2023 17:48:55 +0100 Subject: [PATCH] fix login tag --- conf/7.3.conf | 2 +- hooks/waitForBooting.sh | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 hooks/waitForBooting.sh diff --git a/conf/7.3.conf b/conf/7.3.conf index 2e8c076..c82d556 100644 --- a/conf/7.3.conf +++ b/conf/7.3.conf @@ -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" diff --git a/hooks/waitForBooting.sh b/hooks/waitForBooting.sh new file mode 100644 index 0000000..1752782 --- /dev/null +++ b/hooks/waitForBooting.sh @@ -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 + +