[kernel] r11137 - people/waldi/dkt/lib/dkt/hooks/modules

Bastian Blank waldi at alioth.debian.org
Wed Apr 23 11:14:01 UTC 2008


Author: waldi
Date: Wed Apr 23 11:14:00 2008
New Revision: 11137

Log:
lib/dkt/hooks/modules/backward_kpkg_symlinks.py:
Mark missing bootloader selection.


Modified:
   people/waldi/dkt/lib/dkt/hooks/modules/backward_kpkg_symlinks.py

Modified: people/waldi/dkt/lib/dkt/hooks/modules/backward_kpkg_symlinks.py
==============================================================================
--- people/waldi/dkt/lib/dkt/hooks/modules/backward_kpkg_symlinks.py	(original)
+++ people/waldi/dkt/lib/dkt/hooks/modules/backward_kpkg_symlinks.py	Wed Apr 23 11:14:00 2008
@@ -177,6 +177,9 @@
                 if target:
                     os.symlink(target, file)
 
+        if systemconfig.get_parse_boolean('backward-compatibility', 'kpkg-do-bootloader', False):
+            raise NotImplementedError()
+
         return True
 
 register('backward-kpkg-symlinks', interfaces.IImageConfig, Hook(), default_registry.PRIORITY_LAST, (), ('backward-config-boot',))



More information about the Kernel-svn-changes mailing list