2006/2/10, Patrick McMurchie > I've considered merging the two disk images, but that would be > considerably less manageable for my purposes. > What I've started doing is creating seperate directories for each kernel module. (This is typed free hand, so there may be typos) modinfo modules.dep modules.cgz pcitable rhdd aic79xx/modinfo aic79xx/pcitable aic79xx/modules.dep 3w-9xxx/modinfo 3w-9xxx/pcitable 3w-9xxx/modules.dep for i in aic79xx 3w-9xxx ; do for j in $i/* ; do cat $i/$j >> $j done done You can unpack the modules.cgz as well. It's a simple thing, but I've been doing a lot of merging driver disks together recently and it kinda helps... regards, dan carpenter