diff --git a/conf/openbsd-7.1.conf b/conf/openbsd-7.1.conf index 908464d..7e093f9 100644 --- a/conf/openbsd-7.1.conf +++ b/conf/openbsd-7.1.conf @@ -15,7 +15,8 @@ VM_SSHFS_PKG="sshfs-fuse" VM_PRE_INSTALL_PKGS="tree" -VM_LOGIN_TAG="penBSD/amd64 (openbsd" +VM_LOGIN_TAG="penBSD/amd64" + VM_OPTS="conf/openbsd-7.1.opts.txt" diff --git a/conf/openbsd-7.2.conf b/conf/openbsd-7.2.conf index c151fe0..ec2b9b8 100644 --- a/conf/openbsd-7.2.conf +++ b/conf/openbsd-7.2.conf @@ -16,7 +16,7 @@ VM_SSHFS_PKG="sshfs-fuse" VM_PRE_INSTALL_PKGS="tree" -VM_LOGIN_TAG="openbsd.my.domain) (tty" +VM_LOGIN_TAG="penBSD/amd64" VM_OPTS="conf/openbsd-7.2.resp" diff --git a/conf/openbsd-7.3.conf b/conf/openbsd-7.3.conf index 20120b7..0c5d794 100644 --- a/conf/openbsd-7.3.conf +++ b/conf/openbsd-7.3.conf @@ -16,7 +16,7 @@ VM_SSHFS_PKG="sshfs-fuse" VM_PRE_INSTALL_PKGS="tree" -VM_LOGIN_TAG="openbsd.my.domain) (tty" +VM_LOGIN_TAG="penBSD/amd64" VM_OPTS="conf/openbsd-7.3.resp" diff --git a/hooks/postBuild.sh b/hooks/postBuild.sh index 7ea174d..e8cb55f 100644 --- a/hooks/postBuild.sh +++ b/hooks/postBuild.sh @@ -1,7 +1,7 @@ #some tasks run in the VM as soon as the vm is up - +echo 'pkg_scripts=""' >>/etc/rc.conf.local