[anaconda:master 4/4] Remove keyword args 'ignoreErrors' from umountFilesystems() call.

mulhern amulhern at redhat.com
Thu May 1 13:11:29 UTC 2014


Required to adapt to the changed blivet interface.

Signed-off-by: mulhern <amulhern at redhat.com>
---
 anaconda | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anaconda b/anaconda
index 2f0256e..09f41df 100755
--- a/anaconda
+++ b/anaconda
@@ -69,7 +69,7 @@ def exitHandler(rebootData, storage, exitCode=None):
             time.sleep(10000)
 
     if image_count or flags.dirInstall:
-        anaconda.storage.umountFilesystems(ignoreErrors=True, swapoff=False)
+        anaconda.storage.umountFilesystems(swapoff=False)
         devicetree = anaconda.storage.devicetree
         devicetree.teardownAll()
         for imageName in devicetree.diskImages:
-- 
1.8.3.1



More information about the anaconda-patches mailing list