Displaying 1 result from an estimated 1 matches for "diskboot_mnt".
2009 Jan 23
0
start network installation with HP 8530w with Intel ethernet card
...rk card
should be recognized before.
I found the following script on the net and try it.
------------------------------------------------------------------------
------------------------------
wget http://my_web_server/CentOS/5.2/x86_64/images/diskboot.img
cp diskboot.img diskboot.orig.img
mkdir diskboot_mnt
mount -o loop diskboot.img diskboot_mnt
mkdir initrd_extracted
cd initrd_extracted
gunzip < ../diskboot_mnt/initrd.img | cpio -i --make-directories
cd ..
mkdir modules_extracted
cd modules_extracted
gunzip < ../initrd_extracted/modules/modules.cgz | cpio -i
--make-directories
cd 2.6.18-92....