summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2010-05-24 17:34:40 +0200
committerMartin Sivak <msivak@redhat.com>2010-05-24 18:21:49 +0200
commitcbcb0d07f22f4055dc7feb7269eba12c32da5131 (patch)
tree7c7b9e467513693d5ca4bdf45d8d82a631ecf9a7 /docs
parent2f4eeebd17b33406aaa79a0e4c5f989db9a4a455 (diff)
downloadanaconda-cbcb0d07f22f4055dc7feb7269eba12c32da5131.tar.gz
anaconda-cbcb0d07f22f4055dc7feb7269eba12c32da5131.tar.xz
anaconda-cbcb0d07f22f4055dc7feb7269eba12c32da5131.zip
Change the configuration of depmod and link modules to better place (#593941)
Depmod doesn't support absolute paths so far, so we have to use small workaround. COnfigure it to prefer lib/modules/<kernel>/updates and make updates a symlink to /tmp/DD/lib/modules. This way depmod -a should see the modules and modprobe too...
Diffstat (limited to 'docs')
-rw-r--r--docs/driverdisc.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/driverdisc.txt b/docs/driverdisc.txt
index 779e71e35..dee3a305f 100644
--- a/docs/driverdisc.txt
+++ b/docs/driverdisc.txt
@@ -91,8 +91,8 @@ to respect some rules.
- All updated modules belong to /lib/modules/<kernel version>/.. according to
their usual location
-- All new modules belong to /tmp/DD/lib/modules
-- All new firmware files belong to /tmp/DD/lib/firmware
+- All new modules belong to /lib/modules/<kernel version>/updates
+- All new firmware files belong to /lib/firmware
- The rpm repo with updated packages belongs to /tmp/DD-initrd/
- The (empty) trigger file /.rundepmod must be present