[PATCH] Fix DMLinearDevice._postSetup to not take or pass an 'orig' arg.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 pyanaconda/storage/devices.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyanaconda/storage/devices.py b/pyanaconda/storage/devices.py
index d46fea3..b22d963 100644
--- a/pyanaconda/storage/devices.py
+++ b/pyanaconda/storage/devices.py
@@ -1738,8 +1738,8 @@ class DMLinearDevice(DMDevice):
         dm.dm_create_linear(self.name, self.slave.path, slave_length,
                             self.dmUuid)
 
-    def _postSetup(self, orig=False):
-        StorageDevice._postSetup(orig=orig)
+    def _postSetup(self):
+        StorageDevice._postSetup(self)
         self.setupPartitions()
         udev_settle()
 
-- 
1.7.2.3

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux