summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2010-05-17 16:21:38 +0200
committerMartin Sivak <msivak@redhat.com>2010-05-18 11:03:44 +0200
commit3e4a6cd74933b6b4fc72f688bd1c470d8531d0c3 (patch)
tree9f5c44159ba43c1afc6957c528bad64d8fb884b3 /docs
parenta1a49c8ab785ba3893f3da3a116aac9976162824 (diff)
downloadanaconda-3e4a6cd74933b6b4fc72f688bd1c470d8531d0c3.tar.gz
anaconda-3e4a6cd74933b6b4fc72f688bd1c470d8531d0c3.tar.xz
anaconda-3e4a6cd74933b6b4fc72f688bd1c470d8531d0c3.zip
Use "kernel-modules = version" style for locating rpms providing driver updates
We used to have kernel-modules-<version> = anything, but we want to change it to make writing spec files more developer friendly. RPM exports the versions under different tag, so we basicly iterate over two arrays at once.. Related: rhbz#508242
Diffstat (limited to 'docs')
-rw-r--r--docs/driverdisc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/driverdisc.txt b/docs/driverdisc.txt
index 507598970..779e71e35 100644
--- a/docs/driverdisc.txt
+++ b/docs/driverdisc.txt
@@ -76,7 +76,7 @@ any anaconda's supported filesystem (vfat, squashfs, ext2 and ext3).
| /... - any other architecture the DD provides drivers for
There is a special requirement for the RPMs used to update drivers. Anaconda
-picks up only RPMs which provide kernel-modules-<running kernel version>.
+picks up only RPMs which provide "kernel-modules = <running kernel version>".
Initrd overlay driverdisc image
-------------------------------