home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9445 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.4 KB

  1. Path: sparky!uunet!olivea!mintaka.lcs.mit.edu!bloom-picayune.mit.edu!daemon
  2. From: pmacdona@tadpole.bcsc.gov.bc.ca (Peter MacDonald)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: SLS problems
  5. Message-ID: <1992Aug31.021401.22237@athena.mit.edu>
  6. Date: 31 Aug 92 02:14:01 GMT
  7. Sender: daemon@athena.mit.edu (Mr Background)
  8. Reply-To: pmacdona@tadpole.bcsc.gov.bc.ca
  9. Organization: The Internet
  10. Lines: 21
  11.  
  12. The current SLS is a cross section of Linux at .96cp2 and thus it uses
  13. only the "minix" fs.   Also note, the boot_b procedure doesn't work 
  14. because the ram disk still tries to load from A:.  This doesn't affect
  15. those that download SLS, but if you distribute it to others, please
  16. take note.
  17.  
  18. On another note:  others can distribute packages that are installable under
  19. SLS by observing the following:
  20.  
  21.     - tar archive from / (root) and compress
  22.     - use ".taz" as the suffix, rather than ".tar.Z"
  23.     - restirct prefix name to <= 8 chars.
  24.     - restrict package size to <= 1150K.
  25.     - optionally include a shell script to execute in "/install/doinst.sh".
  26.  
  27. Ideally, I would like to see GCC, X11, and others distributed this way.
  28. Then installation would work, universally.
  29.  
  30. In the next SLS release, I will see to it that extract works with the doinst.sh
  31. shell script.  Also, a SLS FAQ will be included, and hopefully, documentation
  32. will be improved, since one of the goals of SLS was to reduce net traffic.
  33.