]> xenbits.xensource.com Git - people/dariof/xen-tools.git/commitdiff
Mention in error message why xen-create-image thinks that an installation failed
authorAxel Beckert <abe@deuxchevaux.org>
Wed, 23 Jan 2013 12:13:43 +0000 (13:13 +0100)
committerAxel Beckert <abe@deuxchevaux.org>
Wed, 23 Jan 2013 12:14:35 +0000 (13:14 +0100)
bin/xen-create-image

index 37b7023f0444a33f1b01c14e093de5d95e16130e..d45fd07976eb0f31063f02e00c6980a88189d176 100755 (executable)
@@ -1051,7 +1051,7 @@ if ( $CONFIG{ 'install' } )
     #
     if ( !-x $MOUNT_POINT . "/bin/ls" )
     {
-        logprint("System installation failed.  Aborting\n");
+        logprint("System installation failed: /bin/ls missing.  Aborting.\n");
         $CONFIG{'FAIL'} = 1;
         exit 127;
     }