summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-31 21:06:59 +0000
committerMatt Wilson <msw@redhat.com>1999-08-31 21:06:59 +0000
commitc395ce98398b44173d4b7cf7a1bedb632c0b0e09 (patch)
tree4458842815650fdf494f0d7a320374b593082f4a /installclass.py
parent537b5aff8991238b10f06ea1dd680d91ad5791e7 (diff)
downloadanaconda-c395ce98398b44173d4b7cf7a1bedb632c0b0e09.tar.gz
anaconda-c395ce98398b44173d4b7cf7a1bedb632c0b0e09.tar.xz
anaconda-c395ce98398b44173d4b7cf7a1bedb632c0b0e09.zip
renamed rootpw function
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installclass.py b/installclass.py
index 1797283c1..125b98cbe 100644
--- a/installclass.py
+++ b/installclass.py
@@ -58,7 +58,7 @@ class InstallClass:
def getGroups(self):
return self.groups
- def setRootPassword(self, pw):
+ def doRootPw(self, pw, isCrypted = 0):
self.rootPassword = pw
def getMakeBootdisk(self):