]> git.proxmox.com Git - vzctl.git/commitdiff
do not set unused defaults
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 27 Sep 2011 07:53:49 +0000 (09:53 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 27 Sep 2011 07:53:49 +0000 (09:53 +0200)
We do not need a default config, and we do not know what templates
are installed - so it is difficult to set a default ostemplate.

debian/patches/fix-default-template.diff

index 6f2ea3873c1ccd89aedd73ae6428382bda554886..cf3f8c0714f686b82db76e618ceb6a47936506ef 100644 (file)
@@ -1,15 +1,13 @@
 Index: new/etc/vz.conf
 ===================================================================
---- new.orig/etc/vz.conf       2011-08-31 14:55:06.000000000 +0200
-+++ new/etc/vz.conf    2011-08-31 14:58:29.000000000 +0200
-@@ -36,8 +36,8 @@
+--- new.orig/etc/vz.conf       2011-09-23 13:48:41.000000000 +0200
++++ new/etc/vz.conf    2011-09-27 09:53:04.000000000 +0200
+@@ -36,8 +36,6 @@
  ## Defaults for containers
  VE_ROOT=/vz/root/$VEID
  VE_PRIVATE=/vz/private/$VEID
 -CONFIGFILE="basic"
 -DEF_OSTEMPLATE="centos-5"
-+CONFIGFILE="pve.auto"
-+DEF_OSTEMPLATE="debian-6.0-standard"
  
  ## Load vzwdog module
  VZWDOG="no"