Hi As i would like to add few modules to initrd...I need to extract initrd, but i get an error message (it worked on fc5-test3)
Here what i am trying :
[root Fopadix-fc5 ~]# cp /boot/initrd-2.6.15-1.2054_FC5.img /tmp/initrd.gz [root Fopadix-fc5 ~]# cd /tmp/ [root Fopadix-fc5 tmp]# gunzip initrd.gz [root Fopadix-fc5 tmp]# file initrd initrd: ASCII cpio archive (SVR4 with no CRC) [root Fopadix-fc5 tmp]# mkdir a [root Fopadix-fc5 tmp]# cd a/ [root Fopadix-fc5 a]# cpio -i < /tmp/initrd cpio: premature end of file [root Fopadix-fc5 a]#
Any help would be appreciated :) thx -- Larry"Computers are like air conditioners - They stop working properly when you open Windows !" :-p