diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-03-17 20:40:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-03-17 20:40:03 +0000 |
commit | e863a16c5313fa6711ca3b48d5f17dc4d5d4a8c0 (patch) | |
tree | 01a22414040f4ff3494a591f722c54458d837ab0 /mdk-stage1 | |
parent | f5a429dfab1af81bd8d6989825383cb8d94d7fc9 (diff) | |
download | drakx-e863a16c5313fa6711ca3b48d5f17dc4d5d4a8c0.tar drakx-e863a16c5313fa6711ca3b48d5f17dc4d5d4a8c0.tar.gz drakx-e863a16c5313fa6711ca3b48d5f17dc4d5d4a8c0.tar.bz2 drakx-e863a16c5313fa6711ca3b48d5f17dc4d5d4a8c0.tar.xz drakx-e863a16c5313fa6711ca3b48d5f17dc4d5d4a8c0.zip |
give ability to tell in which list_modules category is a module
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/doc/UPDATEMODULES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mdk-stage1/doc/UPDATEMODULES b/mdk-stage1/doc/UPDATEMODULES index 11c3d07ce..ceef21758 100644 --- a/mdk-stage1/doc/UPDATEMODULES +++ b/mdk-stage1/doc/UPDATEMODULES @@ -24,6 +24,9 @@ This disk may also contain some update or new modules for installed kernels. Those modules must be placed in directory <kernel-version>. They must be gzipped if the installed kernel modules are gzipped. +You may need to specify the "category" so that new modules are used correctly. +For example, a scsi module should be put in category disk/scsi so that it is +put in scsi_hostadapter and initrd. Here's a typical scenario: @@ -61,6 +64,8 @@ msdos ppa # ISA network card needing options ne io=0x300 irq=7 +# New module [list_modules: disk/scsi] +a320raid [root@obiwan mnt]# (cd floppy/2.6.8.1-20mdk ; find -type f) ./kernel/fs/msdos/msdos.ko.gz ./kernel/drivers/scsi/ppa.ko.gz |