Skip to content

Commit 11edad8

Browse files
committed
changed the unzip path for ovftool
1 parent bc066c3 commit 11edad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/adminguide/virtual_machines/importing_vmware_vms_into_kvm.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ Download the ovftool from https://developer.broadcom.com/tools/open-virtualizati
104104

105105
::
106106
107-
unzip VMware-ovftool-4.6.3-24031167-lin.x86_64.zip
107+
unzip VMware-ovftool-4.6.3-24031167-lin.x86_64.zip -d /usr/local/bin
108108
109109
#create a soft link
110110

111-
ln -s /$HOME/ovftool/ovftool /usr/bin/ovftool
111+
ln -s /usr/local/bin/ovftool/ovftool /usr/bin/ovftool
112112

113113
If you are hitting the following error when running ovftool, install the dependecy
114114

0 commit comments

Comments
 (0)