home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP062004.ISO / README.en.txt < prev    next >
Encoding:
Text File  |  2004-03-18  |  1.1 KB  |  27 lines

  1. You can make your own CD Image with the 'mkisofs' command.
  2. There are 3 files that you need.
  3.  
  4. cygwin1.dll and mkisofs.exe should be put in C:\WINDOWS. Then the
  5. 'mkisofs' command will be available to use.
  6.  
  7. rescue.zip should be unpacked into the main directory of the CD
  8. you will be making. A "en" directory will be created. This directory
  9. must be called "en" and is used by the Rescue System.
  10.  
  11. Once you have everything you want on your CD in a directory and also
  12. have unpacked rescue.zip into that directory, run this command from a
  13. DOS window:
  14.  
  15. mkisofs -J -R -V "<VOLUME-NAME>" -o cdrom.iso -b en/tools/isolinux/isolinux.bin -c en/tools/isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -sort sort.txt <CDROM-DIR>
  16.  
  17. Instead of <VOLUME-NAME> use the name you want your CD to be called.
  18. Instead of <CDROM-DIR> put the directory where you CD files are located.
  19.  
  20. This will build a cdrom.iso file with everything included (your files
  21. AND the Rescue System). Then you or someone else could burn a CD using
  22. this standard ISO Imge.
  23.  
  24. John Ogness
  25. jogness@antivir.de
  26.  
  27.