diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2024-04-24 13:57:50 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2024-04-24 13:58:04 +0000 |
| commit | 63d5f8c0f25ae0ec17ad902c5ba89644e4bd1019 (patch) | |
| tree | 669b84f39ff3e37c2cfa27890072819b0376665c /share/examples | |
| parent | 107584716cdeaa36c718a42861df1cb4b8b87e62 (diff) | |
Diffstat (limited to 'share/examples')
| -rwxr-xr-x | share/examples/bhyve/vmrun.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
