Mention in error message why xen-create-image thinks that an installation failed
This commit is contained in:
parent
290ca33840
commit
af6e1435aa
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user