[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: multiple driver disk over http
- From: Dan Carpenter <error27 gmail com>
- To: Discussion list about Kickstart <kickstart-list redhat com>
- Subject: Re: multiple driver disk over http
- Date: Sat, 11 Feb 2006 01:29:44 -0800
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]