]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
link to config in /boot
authorSam Hartman <hartmans@debian.org>
Mon, 7 May 2001 19:59:06 +0000 (19:59 +0000)
committerSam Hartman <hartmans@debian.org>
Mon, 7 May 2001 19:59:06 +0000 (19:59 +0000)
debian/README.modules

index 2c44c43f7c7b403c78776fda14383bfd9e88e833..77098f6a4ec377d817e7c7f7398ece527b4f6ddc 100644 (file)
@@ -18,13 +18,14 @@ Next, unpack openafs-modules-source
 cd /usr/src
 tar xzf openafs.tar.gz
 
-Now, change into your kernel source tree.
-You should then create a .config file; the easiest way to do this is
-to run make menuconfig or to copy in a kernel configuration from the
-same version of the kernel.  Finally build the modules
+Now, change into your kernel source tree.  You should then create a
+.config file; the easiest way to do this is to run make menuconfig or
+to copy in a kernel configuration from the same version of the kernel.
+Debian kernel packages store a copy of their kernel configuration in
+/boot/config.version_number.  Finally build the modules
 
 make-kpkg configure
-make-kpkg modules
+make-kpkg modules_image
 
 Ignore any errors about genchanges.sh failing.  An openafs-modules deb
 should be created.  Use dpkg -i to install this version.