43
 edits
Changes
m
→Preparing for and packing template cache
Now create a cached OS tarball.  In the command below, you'll want to replace <tt>i386</tt> with your architecture (i386, amd64, ia64, etc).
 sudo tar --numeric-owner -zcf /vz/template/cache/debian-45.0-i386-minimal.tar.gz .
Look at the resulting tarball to see its size is sane:
 # ls -lh /vz/template/cache
 -rw-r--r--  1 root root  51M Apr 10 03:16 debian-45.0-i386-minimal.tar.gz
== Checking if template cache works ==
