diff --git a/kickstart.py b/kickstart.py index c5d331c..0a05f98 100644 --- a/kickstart.py +++ b/kickstart.py @@ -352,9 +352,9 @@ class ClearPart(commands.clearpart.FC3_ClearPart): anaconda.id.ksdata.skipSteps.append("cleardiskssel") anaconda.id.ksdata.skipOnTextInteractive.append("cleardiskssel") -class Fcoe(commands.fcoe.F13_Fcoe): +class Fcoe(commands.fcoe.RHEL6_Fcoe): def parse(self, args): - fc = commands.fcoe.F13_Fcoe.parse(self, args) + fc = commands.fcoe.RHEL6_Fcoe.parse(self, args) if fc.nic not in isys.getDeviceProperties(): raise KickstartValueError, formatErrorMsg(self.lineno, msg="Specified nonexistent nic %s in fcoe command" % fc.nic)