diff --git a/bin/xen-create-image b/bin/xen-create-image index 70919a7..3f26fd3 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -4117,14 +4117,6 @@ sub END # if ( $CONFIG{ 'boot' } and !$CONFIG{'FAIL'} ) { - - # - # Unmount the image and any subsequent mounts. - # - if ( defined($MOUNT_POINT) ) { - unMountImage($MOUNT_POINT); - } - # # If there is an /etc/xen/auto directory then link in the # domain so that it will automatically restart, if it isn't