[master 1/5] Fix an undefined variable in writeStorageLate

dashea installerbot-noreply at redhat.com
Tue Jul 7 18:34:12 UTC 2015


From: David Shea <dshea at redhat.com>

---
 pyanaconda/packaging/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/packaging/__init__.py b/pyanaconda/packaging/__init__.py
index 3371c76..15891c6 100644
--- a/pyanaconda/packaging/__init__.py
+++ b/pyanaconda/packaging/__init__.py
@@ -625,7 +625,7 @@ def writeStorageLate(self):
                 self.storage.umountFilesystems()
 
                 # Explicitly mount the root on the physical sysroot
-                rootmnt = storage.mountpoints.get('/')
+                rootmnt = self.storage.mountpoints.get('/')
                 rootmnt.setup()
                 rootmnt.format.setup(options=rootmnt.format.options, chroot=iutil.getTargetPhysicalRoot())
 


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/4c05a81f9be281125a852df358d8ecd436b50a8a


More information about the anaconda-patches mailing list