Hi

Below is a small patch fixing the doRootPw method in kickstart.py



--- kickstart.py.orig   Sat Sep 25 19:01:19 1999
+++ kickstart.py        Mon Nov 29 14:17:29 1999
@@ -8,7 +8,7 @@
 class Kickstart(InstallClass):
 
     def doRootPw(self, args):
-       (args, extra) = isys.getopt(args, '', [ 'iscrypted=' ])
+       (args, extra) = isys.getopt(args, '', [ 'iscrypted' ])
 
        isCrypted = 0
        for n in args:



/bart
-- 
caffeine low .... brain halted

-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to