[Users] Re: vzpkg2

Robert Nelson robertn at the-nelsons.org
Sun Sep 14 12:51:51 EDT 2008


Ah I think I understand the confusion now, I don't think you read the 
messge I sent with the installation instructions.  Here is the 
information about the new variables I added to vz.conf.  
VZPKG_CACHE_HOST is exactly what you think it is.  But it is just a 
variable that is used as a replacement when processing the per 
distribution vzpkg.conf files. The other three are used to configure the 
network in the temporary container used when updating the packages in a 
previously generated cached template.

#
# Replace hostname with the IP address or name of the server running 
pkg-cacher.  # Don't use localhost, it must
# be a name resolvable from within the container.
VZPKG_CACHE_HOST=hostname:3142
#
# Network information for updating templates for Debian, Ubuntu
# and other distributions that need network access.
#
# Adjust these to suit your network.
#
# Temporary static IP address used by the container while updating the
# cached template.
VZPKG_IPADDR=192.168.1.100
#
# Default domain suffix to append to host names that aren't fully 
qualified.
VZPKG_SEARCH=example.com
#
# List of DNS servers
VZPKG_DNS=192.168.1.2,192.168.1.3
#



More information about the Users mailing list