git: abdc7bb79635 - main - bhyve(8): Remove mention of -A flag, again
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Aug 2024 11:57:44 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/src/commit/?id=abdc7bb79635d1d680053bb2bc73128e15cbb14a
commit abdc7bb79635d1d680053bb2bc73128e15cbb14a
Author: Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2024-08-23 11:57:09 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-08-23 11:57:09 +0000
bhyve(8): Remove mention of -A flag, again
Follow 107584716cdeaa36c718a42861df1cb4b8b87e62 to remove the mention
of -A flag added in b30a7e5418be5c5d27ac967f5ce99461ab79c37c .
Sponsored by: The FreeBSD Foundation
---
usr.sbin/bhyve/bhyve.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index 527ccf720540..8001b5276d51 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -1166,7 +1166,7 @@ for a virtual machine, use
.Fl o
.Ar config.dump=1 :
.Bd -literal -offset indent
-/usr/sbin/bhyve -c 2 -m 256 -A -H -P \\
+/usr/sbin/bhyve -c 2 -m 256 -H -P \\
-s 0:0,hostbridge -s 1:0,virtio-net,tap0 \\
-s 2:0,ahci-hd,./vm0.img \\
-s 31,lpc -l com1,stdio \\