From: Sam Hartman Date: Mon, 7 May 2001 19:59:06 +0000 (+0000) Subject: link to config in /boot X-Git-Tag: debian/1.0.4-2~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=057d5f2fb69dab3249bd1674bd3ba5093252eefd;p=packages%2Fo%2Fopenafs.git link to config in /boot --- diff --git a/debian/README.modules b/debian/README.modules index 2c44c43f7..77098f6a4 100644 --- a/debian/README.modules +++ b/debian/README.modules @@ -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.