svn commit: r335604 - head/share/examples/bhyve
Konstantin Belousov
kib at FreeBSD.org
Sun Jun 24 15:22:39 UTC 2018
Author: kib
Date: Sun Jun 24 15:22:38 2018
New Revision: 335604
URL: https://svnweb.freebsd.org/changeset/base/335604
Log:
bhyve/vmrun.sh: make -L functional.
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Modified:
head/share/examples/bhyve/vmrun.sh
Modified: head/share/examples/bhyve/vmrun.sh
==============================================================================
--- head/share/examples/bhyve/vmrun.sh Sun Jun 24 13:26:31 2018 (r335603)
+++ head/share/examples/bhyve/vmrun.sh Sun Jun 24 15:22:38 2018 (r335604)
@@ -134,7 +134,7 @@ vncport=${DEFAULT_VNCPORT}
vncsize=${DEFAULT_VNCSIZE}
tablet=""
-while getopts aAc:C:d:e:Ef:F:g:hH:iI:l:m:n:p:P:t:Tuvw c ; do
+while getopts aAc:C:d:e:Ef:F:g:hH:iI:l:L:m:n:p:P:t:Tuvw c ; do
case $c in
a)
bhyverun_opt="${bhyverun_opt} -a"
More information about the svn-src-all
mailing list