diff options
Diffstat (limited to 'kickstart.py')
-rw-r--r-- | kickstart.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kickstart.py b/kickstart.py index f25274ec8..087761fe4 100644 --- a/kickstart.py +++ b/kickstart.py @@ -174,6 +174,10 @@ class KickstartBase(BaseInstallClass): sel = 2 self.setSELinux(id, sel) + + # FIXME KH add ZFCP support + def doZFCP(self, id, args): + return def doAuthconfig(self, id, args): (args, extra) = isys.getopt(args, '', |