mirror of
https://github.com/munki/munki.git
synced 2026-01-05 14:10:00 -06:00
Added use_shadow=True to invocation of munkicommon.mountdmg() in installWithInfo() so that removeBundleRelocationInfo() might actually work.
git-svn-id: http://munki.googlecode.com/svn/trunk@477 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -370,7 +370,8 @@ def installWithInfo(dirpath, installlist):
|
||||
if itempath.endswith(".dmg"):
|
||||
munkicommon.display_status("Mounting disk image %s" %
|
||||
item["installer_item"])
|
||||
mountpoints = munkicommon.mountdmg(itempath)
|
||||
mountpoints = munkicommon.mountdmg(itempath,
|
||||
use_shadow=True)
|
||||
if mountpoints == []:
|
||||
munkicommon.display_error("No filesystems mounted "
|
||||
"from %s" %
|
||||
|
||||
Reference in New Issue
Block a user