From 217f20ad563bf6eb3157afcd8cf6ed4666e61e77 Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Wed, 24 Feb 2010 19:25:37 +0000 Subject: [PATCH] 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 --- code/client/munkilib/installer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/client/munkilib/installer.py b/code/client/munkilib/installer.py index b769681b..190fd6df 100644 --- a/code/client/munkilib/installer.py +++ b/code/client/munkilib/installer.py @@ -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" %