[kernel] r10612 - people/waldi/dkt/lib/dkt/imageconfig

Bastian Blank waldi at alioth.debian.org
Tue Feb 19 18:08:17 UTC 2008


Author: waldi
Date: Tue Feb 19 18:08:16 2008
New Revision: 10612

Log:
lib/dkt/imageconfig/interfaces.py: Add some attributes.


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

Modified: people/waldi/dkt/lib/dkt/imageconfig/interfaces.py
==============================================================================
--- people/waldi/dkt/lib/dkt/imageconfig/interfaces.py	(original)
+++ people/waldi/dkt/lib/dkt/imageconfig/interfaces.py	Tue Feb 19 18:08:16 2008
@@ -12,8 +12,9 @@
         pass
 
 class IImageLinuxInitramfsConfig(Interface):
-    pass
+    file = Attribute("")
 
 class IImageXenConfig(Interface):
-    pass
+    architecture = Attribute("")
+    interfaces = Attribute("")
 



More information about the Kernel-svn-changes mailing list