|
 2.6.1
 README
diff -Nru a/README b/README
--- a/README Thu Jan 8 23:00:24 2004
+++ b/README Thu Jan 8 23:00:24 2004
@@ -119,7 +119,7 @@
cd /usr/src/linux-2.6.N
make O=/home/name/build/kernel menuconfig
make O=/home/name/build/kernel
- sudo make O=/home/name/build/kernel install_modules install
+ sudo make O=/home/name/build/kernel modules_install install
Please note: If the 'O=output/dir' option is used then it must be
used for all invocations of make.
|