[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
how to create initrd for pxe kickstart boot
- From: Farkas Levente <lfarkas bppiac hu>
- To: kickstart-list redhat com
- Subject: how to create initrd for pxe kickstart boot
- Date: Thu, 21 Jun 2007 16:24:36 +0200
hi,
i need to create a new inird which include r1000 ethernet driver for oxe
boot. i read everywhere that i've to:
---------------------
mv initrd.imginitrd.img.gz
gunzip initrd.img.gz
mkdir init
mount -o loop initrd.img init
----------------------
but these last step always gives me:
mount: you must specify the filesystem type
and i can't find any kind of fs type which would be good.
although with
gunzip initrd.img | cpio -i --make-directories
seems to working, but even if i don't modify it and
find . -print | cpio -o -c |gzip -9 >initrd.img.new
the result is different form the original one.
so what is the proper procedure to recreate the initrd file?
thank you for your help in advance.
--
Levente "Si vis pacem para bellum!"
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]