Author: waldi
Date: Thu Jan 31 14:03:46 2008
New Revision: 10338

Log:
lib/dkt/hooks/interfaces.py: Update method definitions.


Modified:
   people/waldi/dkt/lib/dkt/hooks/interfaces.py

Modified: people/waldi/dkt/lib/dkt/hooks/interfaces.py
==============================================================================
--- people/waldi/dkt/lib/dkt/hooks/interfaces.py        (original)
+++ people/waldi/dkt/lib/dkt/hooks/interfaces.py        Thu Jan 31 14:03:46 2008
@@ -13,7 +13,7 @@
     pass
 
 class IImageConfig(IHookRunAll):
-    def image_config(config):
+    def image_config(systemconfig):
         pass
 
 class IImageTask(IHookRunAll):
@@ -23,18 +23,18 @@
     pass
 
 class IBootConfigPrepare(IHookRunAllArg):
-    def boot_config_prepare():
+    def boot_config_prepare(bootconfigs, systemconfig, imageconfigs):
         pass
 
 class IBootConfigPartition(IHookRunAllArg):
-    def boot_config_partition():
+    def boot_config_partition(bootconfigs, systemconfig):
         pass
 
 class IBootConfigSort(IHookRunFirst):
-    def boot_config_sort():
+    def boot_config_sort(bootconfigs, systemconfig):
         pass
 
 class IBootConfigDeploy(IHookRunFirst):
-    def boot_config_deploy():
+    def boot_config_deploy(bootconfigs, systemconfig):
         pass
 

_______________________________________________
Kernel-svn-changes mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

Reply via email to