Commit Diff


commit - 26eeb4cc6cccfdd2844baa718ff0f81c7fd1bf1e
commit + 5e39c2a52a25c3d5763b6ff976807576394b544b
blob - 59555e53913d6f873827f6e299d55dd8e293b986
blob + bcc1a08bb11ae20ee3568d6f90bc37da85f838d2
--- README.md
+++ README.md
@@ -37,16 +37,16 @@ If you want to build the box `virtuozzo-7.0` from the 
 should override `iso_url` and `iso_checksum` variables, for example:
 
 ```console
-$ export VZ_FACTOY_URL=https://download.openvz.org/virtuozzo/factory/x86_64/iso/factory-DVD && \
-  export VZ_FACTOY_CHECKSUM=`curl --silent https://download.openvz.org/virtuozzo/factory/x86_64/iso/factory-CHECKSUM | grep DVD | awk '{print $1}'`
+$ export VZ_FACTORY_URL=https://download.openvz.org/virtuozzo/factory/x86_64/iso/factory-DVD && \
+  export VZ_FACTORY_CHECKSUM=`curl --silent https://download.openvz.org/virtuozzo/factory/x86_64/iso/factory-CHECKSUM | grep DVD | awk '{print $1}'`
 
-$ packer build -var "iso_url=${VZ_FACTOY_URL}" -var "iso_checksum=${VZ_FACTOY_CHECKSUM}" centos-6.7-x86_64.json
+$ packer build -var "iso_url=${VZ_FACTORY_URL}" -var "iso_checksum=${VZ_FACTORY_CHECKSUM}" centos-6.7-x86_64.json
 ```
 
 Using Vagrant box
 -----------------
 
-	$ vagrant init OpenVZ/Virtuozzo-7b2
+	$ vagrant init OpenVZ/Virtuozzo-7
 	$ vagrant up --provider virtualbox
 	$ vagrant ssh