From 592d566d3bed1829a92acaf65f4d78a22ca4d94e Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Jan 08 2010 22:27:18 +0000 Subject: Our overridden AutoPart class must be mentioned in commandMap. Otherwise, the autopart command won't actually do anything. --- diff --git a/kickstart.py b/kickstart.py index 2f578d3..6c3e39c 100644 --- a/kickstart.py +++ b/kickstart.py @@ -1006,6 +1006,7 @@ class ZFCP(commands.zfcp.FC3_ZFCP): commandMap = { "auth": Authconfig, "authconfig": Authconfig, + "autopart": AutoPart, "autostep": AutoStep, "bootloader": Bootloader, "clearpart": ClearPart,