rawhide report: 20050709 changes

Peter Jones pjones at redhat.com
Sun Jul 10 19:45:00 UTC 2005


On Sun, 2005-07-10 at 13:57 -0500, Justin Conover wrote:
> What is an easy way to check the initrd?  I have an aic7xxx controller
> with 3x36GB scsi on this box.
> 
> dmesg | grep aic
>         <Adaptec aic7899 Ultra160 SCSI adapter>
>         aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs
>         <Adaptec aic7899 Ultra160 SCSI adapter>
>         aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/253 SCBs
> 
> 
>  uname -r
> 2.6.12-1.1400_FC5smp

cd /tmp
zcat /boot/initrd-2.6.12-1.1425_FC5smp.img > initrd-2.6.12-1.1425_FC5smp.img
mkdir initrd-2.6.12-1.1425_FC5smp
cd initrd-2.6.12-1.1425_FC5smp
cpio -dvi < ../initrd-2.6.12-1.1425_FC5smp.img

look in the "lib" directory it'll create there.
-- 
        Peter




More information about the devel mailing list