# /etc/vservers/debserver: defaults for new debian virtual servers # show all output? (false)/(true) #verbose=(false) # target architecture arch="i386" # which Debian distribution to install (presently only tested with woody) dist="woody" # overwrite an existing virtual server directory and # configuraiton? (false)/(true) (probably don't ever want to set this here) #force=(false) # Use the "fakeinit" flag? (true)/(false) #fakeinit=(true) # list of packages to install over and above the base install="less dnsutils wget bzip2 ssh rsync bind9-host" # list of packages to *not* be installed/removed purge="dhcp-client lilo makedev pcmcia-cs ppp pppconfig pppoe pppoeconf setserial syslinux nano fdutils iptables libpcap0 pciutils" # default interface to assign IP addresses interface="eth0" # Use the same apt configuration as in the root host? (true)/(false) # Obviously only true if you run Debian on the root host localapt=(true) # Closest debian mirror (see http://www.debian.org/mirror/list) mirror="http://ftp.de.debian.org/debian" # location of virtual servers if somewhere different to /vservers #vsroot=/vservers # Add contents of the following file to "/root/.ssh/authorized_keys" in # the virtual server? #sshkeys="/root/.ssh/id_dsa.pub"