diff options
author | Karsten Hopp <karsten@redhat.de> | 2004-08-02 13:04:09 +0000 |
---|---|---|
committer | Karsten Hopp <karsten@redhat.de> | 2004-08-02 13:04:09 +0000 |
commit | f202180e53575689c52d113bc7b3079ad55b9965 (patch) | |
tree | 3df3a095b228e4fd76b5175ed6a0b38252814501 /kickstart.py | |
parent | 53485645b51e0fb515ca8fabeb51b387d86c9639 (diff) | |
download | anaconda-f202180e53575689c52d113bc7b3079ad55b9965.tar.gz anaconda-f202180e53575689c52d113bc7b3079ad55b9965.tar.xz anaconda-f202180e53575689c52d113bc7b3079ad55b9965.zip |
add reminder that the zfcp kickstart part is still missing
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, '', |