Displaying 1 result from an estimated 1 matches for "my_web_serv".
Did you mean:
my_web_server
2009 Jan 23
0
start network installation with HP 8530w with Intel ethernet card
...d the driver, all work fine!
But I need to make a network installation and the Intel network 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
g...