Package: xen-tools
Version: 4.4-1
Severity: minor
Tags: patch

The output of xen-create-image is not aligned:

Image type     :  full
Memory size    :  512M
Max mem size   : 768M
Kernel path    :  /boot/vmlinuz-3.16-2-amd64
Initrd path    :  /boot/initrd.img-3.16-2-amd64

Patch follows:

diff --git a/xen-tools-4.4/bin/xen-create-image 
b/xen-tools-4.4/bin/xen-create-image
index c52a37a..b8b81ed 100755
--- a/xen-tools-4.4/bin/xen-create-image
+++ b/xen-tools-4.4/bin/xen-create-image
@@ -2653,7 +2653,7 @@ sub showSummary
 
     if ( defined( $CONFIG{ 'maxmem' } ) )
     {
-        logprint("Max mem size   : $CONFIG{'maxmem'}\n");
+        logprint("Max mem size   :  $CONFIG{'maxmem'}\n");
     }
 
     if ( defined( $CONFIG{ 'kernel' } ) && length( $CONFIG{ 'kernel' } ) )


Thanks.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to