diff --git a/INSTALL.txt b/INSTALL.txt index b277d684cfc20b54897957e778a45bebe618583f..44f8d4fddfdfeb2366bf7d03651e062f3f6130ea 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -3,16 +3,16 @@ This server should have SSH access enabled: Customize System/View Logs -> Troubleshooting Options -> Enable SSH To install the package create a working directory on a datastore on the -ESXi server, e.g., "/vmfs/volumes/Storage1/install" and copy the binary +ESXi server, e.g., "/vmfs/volumes/datastore1/" and copy the binary disclosure created by the build: -scp centos-5.3-x64.tar root@esx.example.org:/vmfs/volumes/Storage1/install/centos-5.3-x64.tar +scp centos-5.3-x64.tar root@esx.example.org:/vmfs/volumes/datastore1/centos-5.3-x64.tar On the ESXi host, verify the shipped version: Replace the shipped version with the custom build: -cd /vmfs/volumes/Storage1/install +cd /vmfs/volumes/datastore1/ tar xf centos-5.3-x64.tar ./update-drivers.sh