Bugfix for mount-all-volumes

This commit is contained in:
Alan Mason 2018-09-15 21:20:52 -06:00 committed by GitHub
parent 91f7628081
commit a213ba5d32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,7 +156,7 @@ def cleanup_transfer(dest_path):
def find_core_storage_volumes():
"""Try to create block devices for any Apple CoreStorage volumes."""
corestorage_uuid = '53746f72-6167-11aa-aa11-00306543ecac'
dmsetup_cmd_file = '{TmpDir}/dmsetup_command'
dmsetup_cmd_file = '{TmpDir}/dmsetup_command'.format(**global_vars)
# Get CoreStorage devices
cmd = [