[DRBD-cvs] r1560 - branches/drbd-0.7

svn at svn.drbd.org svn at svn.drbd.org
Fri Sep 24 13:38:28 CEST 2004


Author: lars
Date: 2004-09-24 13:38:25 +0200 (Fri, 24 Sep 2004)
New Revision: 1560

Modified:
   branches/drbd-0.7/INSTALL
Log:
update: hint modules_prepare

Modified: branches/drbd-0.7/INSTALL
===================================================================
--- branches/drbd-0.7/INSTALL	2004-09-24 11:13:51 UTC (rev 1559)
+++ branches/drbd-0.7/INSTALL	2004-09-24 11:38:25 UTC (rev 1560)
@@ -96,6 +96,7 @@
    The redhat way seems to be:
 
        redhat# cp /boot/kernel-2.4.some-thing.config  .config
+        or   # cp configs/kernel-2.4.some-thing.config .config
              # make -s oldconfig_nonint ; make -s oldconfig_nonint
 
        fedora# cp /boot/config-2.4.some-thing  .config
@@ -133,8 +134,10 @@
    kernel.  Modules compiled against this kernel source tree
    will only work properly with a matching kernel.
 
-       all# make dep
+       all# make dep	# no longer neccessary with 2.6.x
        all# make linux/include/version.h
+          # and since kernel 2.6.6 (some distos 2.6.5+):
+       all# make modules_prepare
 
 == Build DRBD kernel module (outside of the kernel source) ==
 



More information about the drbd-cvs mailing list