git: 63d5f8c0f25a - main - vmrun.sh: Stop passing -A to bhyve
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Apr 2024 13:58:25 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=63d5f8c0f25ae0ec17ad902c5ba89644e4bd1019
commit 63d5f8c0f25ae0ec17ad902c5ba89644e4bd1019
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-04-24 13:57:50 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-04-24 13:58:04 +0000
vmrun.sh: Stop passing -A to bhyve
It's a no-op now.
Sponsored by: Innovate UK
---
share/examples/bhyve/vmrun.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/examples/bhyve/vmrun.sh b/share/examples/bhyve/vmrun.sh
index 323d8e22a041..19eed87af0bf 100755
--- a/share/examples/bhyve/vmrun.sh
+++ b/share/examples/bhyve/vmrun.sh
@@ -121,7 +121,7 @@ tap_total=0
disk_total=0
disk_emulation=${DEFAULT_DISK}
loader_opt=""
-bhyverun_opt="-H -A -P"
+bhyverun_opt="-H -P"
pass_total=0
# EFI-specific options