This step has been gone since 2d2b121b58734eaa98329c5abcb52be37d67614d. --- pyanaconda/gui.py | 1 - pyanaconda/kickstart.py | 14 +++++++------- pyanaconda/text.py | 1 - 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/pyanaconda/gui.py b/pyanaconda/gui.py index 16735d2..64ef18b 100755 --- a/pyanaconda/gui.py +++ b/pyanaconda/gui.py @@ -67,7 +67,6 @@ stepToClass = { "keyboard" : ("kbd_gui", "KeyboardWindow"), "filtertype" : ("filter_type", "FilterTypeWindow"), "filter" : ("filter_gui", "FilterWindow"), - "zfcpconfig" : ("zfcp_gui", "ZFCPWindow"), "partition" : ("partition_gui", "PartitionWindow"), "parttype" : ("autopart_type", "PartitionTypeWindow"), "cleardiskssel": ("cleardisks_gui", "ClearDisksWindow"), diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py index cc7e891..5ce01e2 100644 --- a/pyanaconda/kickstart.py +++ b/pyanaconda/kickstart.py @@ -226,7 +226,7 @@ class AutoPart(commands.autopart.F12_AutoPart): self.anaconda.storage.autoPartAddBackupPassphrase = \ self.backuppassphrase - map(self.anaconda.dispatch.skipStep, ["partition", "zfcpconfig", "parttype"]) + map(self.anaconda.dispatch.skipStep, ["partition", "parttype"]) class AutoStep(commands.autostep.FC3_AutoStep): def execute(self): @@ -458,7 +458,7 @@ class LogVolData(commands.logvol.F15_LogVolData): dev.format.mountpoint = self.mountpoint dev.format.mountopts = self.fsopts - map(self.anaconda.dispatch.skipStep, ["partition", "zfcpconfig", "parttype"]) + map(self.anaconda.dispatch.skipStep, ["partition", "parttype"]) return # Make sure this LV name is not already used in the requested VG. @@ -541,7 +541,7 @@ class LogVolData(commands.logvol.F15_LogVolData): parents=request) storage.createDevice(luksdev) - map(self.anaconda.dispatch.skipStep, ["partition", "zfcpconfig", "parttype"]) + map(self.anaconda.dispatch.skipStep, ["partition", "parttype"]) class Logging(commands.logging.FC6_Logging): def execute(self): @@ -769,7 +769,7 @@ class PartitionData(commands.partition.F12_PartData): dev.format.mountpoint = self.mountpoint dev.format.mountopts = self.fsopts - map(self.anaconda.dispatch.skipStep, ["partition", "zfcpconfig", "parttype"]) + map(self.anaconda.dispatch.skipStep, ["partition", "parttype"]) return # Now get a format to hold a lot of these extra values. @@ -858,7 +858,7 @@ class PartitionData(commands.partition.F12_PartData): parents=request) storage.createDevice(luksdev) - map(self.anaconda.dispatch.skipStep, ["partition", "zfcpconfig", "parttype"]) + map(self.anaconda.dispatch.skipStep, ["partition", "parttype"]) class Reboot(commands.reboot.FC6_Reboot): def execute(self): @@ -911,7 +911,7 @@ class RaidData(commands.raid.F15_RaidData): dev.format.mountpoint = self.mountpoint dev.format.mountopts = self.fsopts - map(self.anaconda.dispatch.skipStep, ["partition", "zfcpconfig", "parttype"]) + map(self.anaconda.dispatch.skipStep, ["partition", "parttype"]) return # Get a list of all the RAID members. @@ -1004,7 +1004,7 @@ class RaidData(commands.raid.F15_RaidData): parents=request) storage.createDevice(luksdev) - map(self.anaconda.dispatch.skipStep, ["partition", "zfcpconfig", "parttype"]) + map(self.anaconda.dispatch.skipStep, ["partition", "parttype"]) class RootPw(commands.rootpw.F8_RootPw): def execute(self): diff --git a/pyanaconda/text.py b/pyanaconda/text.py index 9ecfcb9..a47631d 100644 --- a/pyanaconda/text.py +++ b/pyanaconda/text.py @@ -54,7 +54,6 @@ stepToClasses = { "parttype" : ("partition_text", "PartitionTypeWindow"), "addswap" : ("upgrade_text", "UpgradeSwapWindow"), "upgrademigratefs" : ("upgrade_text", "UpgradeMigrateFSWindow"), - "zfcpconfig": ("zfcp_text", "ZFCPWindow"), "findinstall" : ("upgrade_text", "UpgradeExamineWindow"), "upgbootloader": ("upgrade_bootloader_text", "UpgradeBootloaderWindow"), "network" : ("network_text", "HostnameWindow"), -- 1.7.3.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list