home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / zkuste / movix / download / movix-0.8.1pre2-iso / README.CVS < prev    next >
Text File  |  2003-10-12  |  2KB  |  44 lines

  1.  
  2.     ** Info on using MoviX cvs **
  3.  
  4.  
  5.  
  6. How to checkout MoviX files
  7. ---------------------------
  8.  
  9. Just use the following commands: 
  10.  
  11. cvs -d:pserver:anonymous@cvs.movix.sourceforge.net:/cvsroot/movix login
  12.  
  13. [when promted for a password just press Enter]
  14.  
  15. cvs -z3 -d:pserver:anonymous@cvs.movix.sourceforge.net:/cvsroot/movix co MoviX
  16.  
  17.  
  18. What is included in the MoviX cvs tree
  19. --------------------------------------
  20.  
  21. Most of the MoviX package size is occupied by the binaries initrd.gz 
  22. [where the fs is stored], vmlinuz and mplayer-fonts. 
  23. It does not seem a good idea to include those files in the cvs root, 
  24. so what I did is keep out of the initrd.gz all important scripts so that 
  25. most of the modifications needed to the package will not involve anything 
  26. inside it.
  27. Basically it works like that: the rc.S file inside the initrd.gz automatically 
  28. loads the CD [this means in particular that it must take care of loading 
  29. the SCSI modules to make MoviX work also with SCSI CD-ROMs] and copies 
  30. and runs the file rc.movix it finds in the movix directory. 
  31. All relevant instructions about what to do next are written in the rc.movix,
  32. so that almost everything is easily customizable from there.
  33.  
  34. What are you supposed to get from the latest MoviX tarball
  35. ----------------------------------------------------------
  36.  
  37. After you checkout the cvs tree you still have to download the latest
  38. MoviX tarball and extract from there the following files/dirs:
  39.  
  40. src/isolinux/initrd.gz
  41. src/isolinux/kernel
  42. src/mplayer
  43.  
  44. - Roberto De Leo <peggish@users.sf.net> 6/12/02