/[smeserver]/cdrom.image/product/installclasses/smeinstallclass.py
ViewVC logotype

Diff of /cdrom.image/product/installclasses/smeinstallclass.py

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.28 by slords, Tue Mar 18 21:00:56 2008 UTC Revision 1.29 by slords, Fri Sep 12 19:48:49 2008 UTC
# Line 316  class InstallClass(BaseInstallClass): Line 316  class InstallClass(BaseInstallClass):
316    
317      def setInstallData(self, id, intf = None):      def setInstallData(self, id, intf = None):
318          BaseInstallClass.setInstallData(self, id)          BaseInstallClass.setInstallData(self, id)
319          self.setAuthentication(id, useShadow=1, useMd5=1)          self.setAuthentication(id, useShadow=1, salt="md5")
320          self.setRootPassword(id, pw="ThisIsGoingToBeDisabledAnyway", isCrypted=0)          self.setRootPassword(id, pw="ThisIsGoingToBeDisabledAnyway", isCrypted=0)
321          self.setZeroMbr(id, zeroMbr=1)          self.setZeroMbr(id, zeroMbr=1)
322          self.setClearParts(id, clear=CLEARPART_TYPE_ALL, initAll=1)          self.setClearParts(id, clear=CLEARPART_TYPE_ALL, initAll=1)


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed