--- cdrom.image/updates/dispatch.py 2005/08/01 17:55:36 1.1 +++ cdrom.image/updates/dispatch.py 2005/10/10 04:14:41 1.4 @@ -155,7 +155,7 @@ installSteps = [ ("writeksconfig", writeKSConfiguration, ("id", "instPath")), ("setfilecon", setFileCons, ("instPath","id.partitions")), ("copylogs", copyAnacondaLogs, ("instPath",)), - ("dopostaction", doPostAction, ("id", "instPath")), + ("dopostaction", doPostAction, ("id", "instPath", "intf")), ("methodcomplete", doMethodComplete, ("method",)), ("complete", ()), ]