]> git.decadent.org.uk Git - debian-kernel-talk.git/blobdiff - index.html
Fill in out-of-tree modules
[debian-kernel-talk.git] / index.html
index 9319220f6535b74db62749ed1fdbd62051eee2eb..46e1aa6c6fec049a81f2fbe65465f6c880d04ed1 100644 (file)
 
 <div class="slide">
   <h1>Out-of-tree modules</h1>
+  <p>
+    The kernel team does not encourage the use of out-of-tree modules.
+    However, we support them by providing development packages and by
+    avoiding ABI changes during a stable release.
+  </p>
+  <p class="incremental">
+    Debian has two packages to aid in building out-of-tree modules:
+  </p>
+  <ul class="incremental">
+    <li>
+      <tt>dkms</tt> - builds and installs modules automatically.  Can
+      build packages for installation on other systems.  Also
+      supported by Ubuntu and SUSE.
+    </li>
+    <li>
+      <tt>module-assistant</tt> - builds packages as directed.
+      Uses a separate package name for each kernel ABI.
+    </li>
+  </ul>
 </div>
 
 <div class="slide">