satish kondapalli
2013-Mar-14 08:51 UTC
[CentOS] Adding third party driver at installation time.
Hi, I have a PCIe storage device. My driver registers this device as a block device in linux. My block device is working fine under linux. Following are the steps which I used for Centos installation on my storage device: 1) During Centos installation time and before scanning of my storage device, I loaded the driver from command line(By pressing Ctrl + Alt + F2) from USB disk. 2) Post loading of drivers, the installation proceeded successfully on my storage device. Query: 1) How to add my driver as part of installed initrd image at the installation time itself.[because root file system also installed on same device] Waiting for positive reply Thanks & Regards, Sateesh
satish kondapalli
2013-Mar-18 11:35 UTC
[CentOS] Adding third party driver at installation time.
Hi All, I will appreciate your help on below question. Please provide your inputs. Thanks Sateesh On Thu, Mar 14, 2013 at 2:21 PM, satish kondapalli <nitw.satish at gmail.com>wrote:> Hi, > > I have a PCIe storage device. My driver registers this device as a > block device in linux. My block device is working fine under linux. > > Following are the steps which I used for Centos installation on my > storage device: > > 1) During Centos installation time and before scanning of my storage > device, I loaded the driver from command line(By pressing Ctrl + Alt + F2) > from USB disk. > 2) Post loading of drivers, the installation proceeded successfully > on my storage device. > > > Query: > > 1) How to add my driver as part of installed initrd image at the > installation time itself.[because root file system also installed on same > device] > > > Waiting for positive reply > > > Thanks & Regards, > Sateesh > > > >
On 18.03.2013 11:35, satish kondapalli wrote:> Hi All, > > I will appreciate your help on below question. Please provide your > inputs. > > Thanks > Sateesh >Hello, what device is this? There may be drivers for it in Elrepo. Alternatively "dracut" is responsible for rebuilding the initramfs, see also /etc/dracut.conf. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro
satish kondapalli
2013-Mar-21 05:57 UTC
[CentOS] Adding third party driver at installation time.
Thanks for response. This drivers not there in Elrepo. This device is pcie storage device. Thanks Sateesh On Mon, Mar 18, 2013 at 5:17 PM, Nux! <nux at li.nux.ro> wrote:> On 18.03.2013 11:35, satish kondapalli wrote: > > Hi All, > > > > I will appreciate your help on below question. Please provide your > > inputs. > > > > Thanks > > Sateesh > > > > Hello, what device is this? There may be drivers for it in Elrepo. > Alternatively "dracut" is responsible for rebuilding the initramfs, see > also /etc/dracut.conf. > > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >