[PATCH 19/34] Don't call getPassAlgo before running createGroup.

Chris Lumens clumens at redhat.com
Mon Aug 12 20:32:55 UTC 2013


There's nothing you can do with the password algorithm here.
---
 pyanaconda/kickstart.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py
index 3e50369..e31bc03 100644
--- a/pyanaconda/kickstart.py
+++ b/pyanaconda/kickstart.py
@@ -547,8 +547,6 @@ class Firstboot(commands.firstboot.FC3_Firstboot):
 
 class Group(commands.group.F12_Group):
     def execute(self, storage, ksdata, instClass, users):
-        algo = getPassAlgo(ksdata.authconfig.authconfig)
-
         for grp in self.groupList:
             kwargs = grp.__dict__
             kwargs.update({"root": ROOT_PATH})
-- 
1.8.1.2



More information about the anaconda-patches mailing list