]> git.proxmox.com Git - vzctl.git/blob - debian/patches/fix-default-template.diff
initial import from svn
[vzctl.git] / debian / patches / fix-default-template.diff
1 Index: new/etc/vz.conf
2 ===================================================================
3 --- new.orig/etc/vz.conf 2011-08-31 14:55:06.000000000 +0200
4 +++ new/etc/vz.conf 2011-08-31 14:58:29.000000000 +0200
5 @@ -36,8 +36,8 @@
6 ## Defaults for containers
7 VE_ROOT=/vz/root/$VEID
8 VE_PRIVATE=/vz/private/$VEID
9 -CONFIGFILE="basic"
10 -DEF_OSTEMPLATE="centos-5"
11 +CONFIGFILE="pve.auto"
12 +DEF_OSTEMPLATE="debian-6.0-standard"
13
14 ## Load vzwdog module
15 VZWDOG="no"