1
0
mirror of synced 2026-01-13 15:17:30 +00:00

Mention in error message why xen-create-image thinks that an installation failed

This commit is contained in:
Axel Beckert 2013-01-23 13:13:43 +01:00
parent 290ca33840
commit af6e1435aa

View File

@ -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;
}