home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25158 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  2.2 KB

  1. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!po.CWRU.Edu!kbj
  2. From: kbj@po.CWRU.Edu (Kevin B. Jacobs)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: SLS won't install disks a3 and up; why not?
  5. Date: 22 Jan 1993 22:52:45 GMT
  6. Organization: Case Western Reserve University, Cleveland, OH (USA)
  7. Lines: 43
  8. Message-ID: <1jptruINNo0c@usenet.INS.CWRU.Edu>
  9. References: <1993Jan22.160506.16880@ucsu.Colorado.EDU>
  10. Reply-To: kbj@po.CWRU.Edu (Kevin B. Jacobs)
  11. NNTP-Posting-Host: thor.ins.cwru.edu
  12.  
  13.  
  14. In a previous article, buchanan@rintintin.Colorado.EDU (BUCHANAN TIMOTHY E) says:
  15.  
  16. >There really does seem to be something wrong w/ the SLS sysinstall, perhaps
  17. >because of the new compress format? I don't know, but here is what happens-
  18. >
  19. >doinstall asks for diska2 and installs bin,faq, and shlibs. Then it asks for
  20. >disks a3 and so on. It takes no install action on each, simply asking for the
  21. >next disk. The boot disk it creates at the end will not work. Afterwards,
  22. >commands such as ls won't work either.
  23.  
  24. This happend to me, so I installed my disks manually.  I had my disks on my
  25. hard drive, so I mounted it manually, copied all the a? disks to my linux
  26. partition and wrote a short script to un-tpz and tar them.  I then ran
  27. the doinst.sh script and ran the syssetup with the paramters in the 
  28. doinstall script.
  29.  
  30. Here is something like what I had to do:
  31.  
  32. mount -t msdos /dev/hda1 /mnt  /* I have my SLS on my dos partition */
  33. mount /dev/sda1 /root          /* my linux drive                    */
  34. cd /root
  35. cp /mnt/linux/a/* .            /* copy all the SLS a series files   */
  36.                                /* from my hard drive                */
  37.  
  38. [then you have to gunzip and untar all the .tpz files]
  39.  
  40. look in the doinstall script for the correct parameters for calling 
  41. syssetup, since I don't remember them off hand.  Also make sure to
  42. call the doinst.sh script or your logins won't work.
  43.  
  44. I'm not sure why SLS is screwing up, but its part of sysinstall.  
  45.  
  46. Hope I helped a little,
  47.  
  48. Kevin Jacobs
  49.  
  50.   
  51. -- 
  52. ---  Camber - Kevin  ---             | If the red slayer think he slays,
  53. E-Mail:  kbj@po.CWRU.edu             |   Or if the slain think he is slain,
  54.                                      | They know not what the subtle ways
  55. quote by:  Ralf Waldo Emerson        |   I keep, and pass, and turn again.
  56.