Load vmnet too.
This commit is contained in:
parent
91c37b4bb6
commit
1bf92a5edd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78834
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ exec >/dev/null
|
|||
case $1 in
|
||||
start)
|
||||
kldstat -v | grep vmmon >/dev/null || kldload ${vmware_libdir}/modules/vmmon_${suffix}.ko
|
||||
kldstat -v | grep vmnet >/dev/null || kldload ${vmware_libdir}/modules/vmnet.ko
|
||||
if [ $networking -eq 1 ]; then
|
||||
kldstat -v | grep if_tap >/dev/null || kldload if_tap.ko
|
||||
if [ ! -e $dev_vmnet1 ]; then
|
||||
|
|
Loading…
Reference in a new issue