Description: The lvcreate on wheezy don't know --yes

---
Last-Update: <2015-05-12>

--- xen-tools-4.5.orig/bin/xen-create-image
+++ xen-tools-4.5/bin/xen-create-image
@@ -3036,7 +3036,7 @@ sub createLVMBits
         # The commands to create the volume.
         #
         my $disk_cmd =
-          "lvcreate $CONFIG{'lvm'} --yes -L $partition->{'size'} -n $disk";
+          "lvcreate $CONFIG{'lvm'} -L $partition->{'size'} -n $disk";
 
         #
         # Create the volume
