sun's longitude:56 48 15 
¡¤ ÀÚÀ¯°Ô½ÃÆÇ ¡¤ ¹¯°í´äÇϱ⠡¤ ¾ËÆĹ®¼­ ¡¤ RPMS list
¡¤ »ç¿ëÀÚ¹®¼­ ¡¤ ÆÁ/FAQ¸ðÀ½ ¡¤ ¸®´ª½ºLinks ¡¤ ÀÚ·á½Ç
¡¤ ¼­¹öÁ¤º¸ ¡¤ ¿î¿µÀÚ ¡¤ Books/FAQ ¡¤ FreeBSD
 
/board/delete.php:¼Ò½ºº¸±â   
 
¾ËÆĹ®¼­
ÀÚÁÖ Àؾî¸Ô°Å³ª, ¸Þ¸ðÇØ µÑ Çʿ伺ÀÌ ÀÖ´Â ÆÁÀ̳ª ¹®¼­, ±âŸ µîµî
[*** ¾²±â ±ÝÁö´Ü¾î ÆÐÅÏ ***]
±Û º»¹® Áß°£¿¡ ¾÷·ÎµåÇÒ À̹ÌÁö¸¦ Ãß°¡ÇÏ´Â ¹æ¹ý : @@À̹ÌÁöÀ̸§@@
ex) @@foo.gif@@
 ¡Ú ±Û Áö¿ì±â Ç׸ñÀÔ´Ï´Ù. Çѹø ´õ »ý°¢ÇÏ½Ã°í °áÁ¤ÇϽʽÿÀ.!!!
Á¦¸ñ 137 : How to make a RedHat boot cd for network
 À̸§  »êÀÌ [Ȩ]http://linuxchannel.net/
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 .
2005³â 10¿ù 27ÀÏ 21:35:14 ¸ñ(Àú³á)  from 58.231.29.16
0
¾ÏÈ£: °ø¿ë º¸¾È SSL ¼­¹ö°¡ ÁغñµÇ±â Àü±îÁö´Â off ÇÕ´Ï´Ù

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

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