Bugfix for mount-all-volumes
This commit is contained in:
parent
91f7628081
commit
a213ba5d32
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ def cleanup_transfer(dest_path):
|
||||||
def find_core_storage_volumes():
|
def find_core_storage_volumes():
|
||||||
"""Try to create block devices for any Apple CoreStorage volumes."""
|
"""Try to create block devices for any Apple CoreStorage volumes."""
|
||||||
corestorage_uuid = '53746f72-6167-11aa-aa11-00306543ecac'
|
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
|
# Get CoreStorage devices
|
||||||
cmd = [
|
cmd = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue