Package: xen-tools Severity: normal If you don't set 'dir' or 'lvm', you get told : "Error: No recognised installation type."
This is a little confusing, if you have set the installation type. Suggested patch below. --- /usr/bin/xen-create-image 2006-11-20 00:51:09.000000000 +1100 +++ xen-create-image 2007-02-22 00:51:57.000000000 +1100 @@ -652,8 +652,8 @@ } else { - # Can't happen we didn't get an installation type. - logprint( "Error: No recognised installation type.\n" ); + # Can't happen we didn't get an image location. + logprint( "Error: No recognised image location.\n" ); exit; } -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]