y2milestone("Creating disk image %1 (%2MB)", file, image_mb);
y2debug("dd command: %1", cmd);
map result = (map) SCR::Execute (.target.bash_output, cmd);
y2debug("result=%1", result);
Popup::ClearFeedback();
if (result["exit"]:-1 != 0)
{
//PopupErrorDetails(sformat(_("Cannot create disk image %1"), file), result, cmd); // FIXME: somehow the output from the dd command is not captured by .target.bash_output
y2error("Cannot create disk image %1", file);
// Popup error message
// %1 = absolute pathname to a loopback disk image (i.e '/var/lib/xen/images/vm1/hda')
Report::Error(sformat(_("Cannot create the following disk image: