sun's longitude:42 24 53 
¡¤ ÀÚÀ¯°Ô½ÃÆÇ ¡¤ ¹¯°í´äÇϱ⠡¤ ¾ËÆĹ®¼­ ¡¤ RPMS list
¡¤ »ç¿ëÀÚ¹®¼­ ¡¤ ÆÁ/FAQ¸ðÀ½ ¡¤ ¸®´ª½ºLinks ¡¤ ÀÚ·á½Ç
¡¤ ¼­¹öÁ¤º¸ ¡¤ ¿î¿µÀÚ ¡¤ Books/FAQ ¡¤ FreeBSD
 
/board/read.php:¼Ò½ºº¸±â   
 
¾ËÆĹ®¼­
ÀÚÁÖ Àؾî¸Ô°Å³ª, ¸Þ¸ðÇØ µÑ Çʿ伺ÀÌ ÀÖ´Â ÆÁÀ̳ª ¹®¼­, ±âŸ µîµî
[*** ¾²±â ±ÝÁö´Ü¾î ÆÐÅÏ ***]
±Û º»¹® Áß°£¿¡ ¾÷·ÎµåÇÒ À̹ÌÁö¸¦ Ãß°¡ÇÏ´Â ¹æ¹ý : @@À̹ÌÁöÀ̸§@@
ex) @@foo.gif@@
137 ¹ø ±Û: How to make a RedHat boot cd for network
±Û¾´ÀÌ: »êÀÌ [ȨÆäÀÌÁö] ±Û¾´³¯: 2005³â 10¿ù 27ÀÏ 21:35:14 ¸ñ(Àú³á) Á¶È¸: 3733
How to make a RedHat boot cd for network install

http://linuxlab.dk/tipsntricks/netcd

Problem
On a machine with no floppy drive, how do I start a Red Hat network installation? 

Solution:
Make a special CD, using the bootnet.img floppy image as the boot image. 
Copy the RedHat install CDROM (cd no. 1) to your harddisk: 
mkdir myinstallcd
mount /mnt/cdrom
cp -r /mnt/cdrom myinstallcd

Copy the boot image you want, to myinstallcd/dosutils/autoboot/cdboot.img . E.g if
you want the standard bootnet.img: 
cp myinstallcd/images/bootnet.img myinstallcd/dosutils/autoboot/cdboot.img

Or if you have a custom boot floppy image, use that one. 

Delete the file "boot.cat" since a new one will be created when you make
the iso: 
rm myinstallcd/boot.cat

Make the iso image: 
mkisofs  -b dosutils/autoboot/cdboot.img -c boot.cat -r -o myinstallcd.iso
myinstallcd/

Burn the cd with your favorite CD writer program, e.g 
cdrecord -v speed=16 dev=0,0,0 -data myinstallcd.iso

Boot from the cd, you will get the same as if you had booted from the floppy image
you put on the cd. 

hm@itu.dk

----------------

http://www.tldp.org/HOWTO/RedHat-CD-HOWTO/

$ mkdir /images-destination-dir
$ mkisofs  -r  -J  -T  -v  -V "Red Hat 9 (Shrike) disc 1" \
  -c isolinux/boot.cat  -b isolinux/isolinux.bin -no-emul-boot \
  -boot-load-size 4 -boot-info-table \
  -o /images-destination-dir/i386-disc1.iso .

-----

$ mkdir /images-destination-dir
$ mkisofs  -r  -J  -T  -v  -V "Red Hat 7.3 (Valhalla) disc 1" \
  -c boot.cat  -b dosutils/autoboot/boot.img \
  -o /images-destination-dir/i386-disc1.iso .

 
ÀÌÀü±Û : network toolbox
´ÙÀ½±Û : Ganglia -- monitoring system  
 from 58.231.29.16
JS(Redhands)Board 0.4 +@

|±Û¾²±â| |´äÀå¾²±â| |¼öÁ¤| |»èÁ¦|
|ÀÌÀü±Û| |´ÙÀ½±Û| |¸ñ·Ïº¸±â|
Àμâ¿ë 

apache lighttpd linuxchannel.net 
Copyright 1997-2024. linuxchannel.net. All rights reserved.

Page loading: 0.04(server) + (network) + (browser) seconds