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:
Greg Neagle
2010-02-24 19:25:37 +00:00
parent 9b212c9825
commit 217f20ad56

View File

@@ -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" %