diff --git a/src/extractcode/vmimage.py b/src/extractcode/vmimage.py index 2ce0ea7..96787e6 100644 --- a/src/extractcode/vmimage.py +++ b/src/extractcode/vmimage.py @@ -113,7 +113,7 @@ def from_file(cls, location): raise ExtractErrorFailedToExtract( 'VM Image extraction only supported on Linux.') - check_linux_kernel_is_readable() + # check_linux_kernel_is_readable() assert location abs_location = os.path.abspath(os.path.expanduser(location))