home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / unix / sls_a1_5.zip / README < prev    next >
Text File  |  1993-05-18  |  12KB  |  247 lines

  1.     SLS (SOFTLANDING LINUX SYSTEM)
  2.  
  3.         INTRODUCTION
  4.  
  5. Welcome to release 1.02 of SLS (SoftLanding Linux System).  Linux is a 
  6. free 386 unix like operating system similar to System V, and developed
  7. by Linus Torvalds, plus a few hundred big hearted programmers on the
  8. Internet.   SLS is NOT just an image dump of some ones Unix system.
  9. Instead it is a distribution whose primary purposes are:
  10.  
  11. 0) provide an initial installation program (for the queasy).
  12. 1) utilities compiled to use minimal disk space.
  13. 2) provide a reasonably complete/integrated U*ix system.
  14. 3) provide a means to install and uninstall packages.
  15. 4) permit partial installations for small disk configs.
  16. 5) add a menu driven, extensible system administration.
  17. 6) take the hassle out of collecting and setting up a system.
  18. 7) give non internet users access to Linux.
  19. 8) provide a distribution that can be easily updated.
  20.  
  21. SLS contains 400-500 utilities designed to provide a relatively
  22. complete computer operating system for the sophisticated user. It
  23. includes programs for compression, text processing, communications,
  24. Xwindowing system, program development (Assembler, C, C++, Fortran, 
  25. Pascal, Lisp, and Perl),  mail, spreadsheets, and word-processing.  Also 
  26. supported  are DOS files, a DOS emulator, SCSI, CDROMs, and TCP/IP. A
  27. 387 coprocessor is emulated by the kernel if you don't have one.  Full
  28. source code for the kernel is also provided with SLS.
  29.  
  30. The development environment includes libraries for unix and Xwindows, a
  31. debugger that does full screen (via emacs) with support for core dumps.
  32. Shared libraries make the most miserly use of RAM and disk space. FAQ and
  33. Manual pages document most of the Linux utilities.  SLS requires at least
  34. 9 Meg of disk for the minimal install.  50 Meg or more is required for the
  35. full system (not including TeX or Interviews).  You will need at least 2
  36. Meg of RAM, 4 meg if you want to compile programs, and 8 Meg to run
  37. Xwindows.  Note that sometimes you can get by with less, but usually with
  38. noticeable performance limitations.
  39. ----------------------------------------------------------------------------
  40.  
  41.         INSTALLATION
  42.  
  43. Before you can install Linux on your hard drive, you must partition your
  44. drive, and put a file system on it.  Roughly, this entails:
  45.  
  46.  - Write protect all disks (do or die).
  47.  - Boot Linux from disk a1, mounting the root disk (disk a2).
  48.  - Create a Linux/Minix partition with "fdisk" on your hard drive and reboot.
  49.  - Make a file system on the partition with "mkfs" (or "mke2fs", see below).
  50.  - Use "doinstall /dev/PART": PART is your partition (eg "doinstall /dev/hda2"
  51.    or "doinstall /dev/hda2 /dev/hda3 /usr /dev/hdb1 /usr/spool" if you wish to
  52.    have multiple partitions, with say /usr on a different partition.
  53.  
  54. Also "doinstall" will execute the script "doinst.sh" if it is found on PART.
  55. The final step will ask you to put a formatted floppy in the drive so the
  56. BOOT DISK can be prepared for you.  Have one ready ahead of time.  When the
  57. installation is complete, and you reboot from this floppy, you will be using
  58. Linux from your hard drive.   Later, you may wish to play with /usr/src/lilo
  59. to boot from your harddrive.  Note that if you have less than 4 Meg of RAM,
  60. you will likely not have enought memory to do the installation.  But you can
  61. try to make and activate a 4 Meg swap partition, prior to installation.
  62. For example, using /dev/hda3 for swap: "mkswap /dev/hda3 4096; swapon /dev/hda3"
  63. Before you begin, however, you may wish to type "menu" and browse the
  64. Instructions sub menu.  But make sure you exit "menu" before you start the
  65. install process.  You can also print files from there using "P", or you can
  66. use "cat README > /dev/lp1" or "cat README > /dev/lp2".
  67.  
  68. Your first task after the base install is done, should be to make backup
  69. copies of all of your disks  (Look in the "User Commands" menu). In fact,
  70. you should make sure all disks (except a2) are write protected before you start 
  71. the installation.  After the install, you can log on as "root".  Note the new
  72. Extended FS type 2, it is now the recommended file system to use, although
  73. the old minix fs can be used and is still the default.
  74. ----------------------------------------------------------------------------
  75.  
  76.         EXAMPLE PARTITIONING PROCEDURE
  77.  
  78. ... Put disk a1 in drive A: and reboot computer, then put disk a2 in the
  79. ... floppy drive you will be doing the install from (usually A: as well).
  80.  
  81. /# fdisk
  82.  
  83. Command (m for help): n
  84. Command action
  85.    e   extended
  86.    p   primary partition (1-4)
  87. p
  88. Partition number (1-4): 2
  89. First cylinder (500-977): 500
  90. Last cylinder or +size or +sizeM or +sizeK (500-977): 977
  91.  
  92. Command (m for help): t
  93. Partition number (1-4): 1
  94. Hex code (type L to list codes): 81
  95.  
  96. Command (m for help): v
  97. Command (m for help): p
  98.  
  99. Disk /dev/hda: 5 heads, 17 sectors, 977 cylinders
  100. Units = cylinders of 85 * 512 bytes
  101.  
  102.    Device Boot  Begin   Start     End  Blocks   Id  System
  103. /dev/hda1           1       1     499   20000    4  DOS
  104. /dev/hda2           1       1       7   30000   81  Linux/MINIX
  105.  
  106. Command (m for help): w
  107. reboot now before doing anything else
  108. /#
  109. ...<after the reboot>
  110. /# mke2fs /dev/hda2 30000
  111. /# doinstall /dev/hda2
  112. ... Follow prompts, and insert disks as requested, then login as root.
  113. ----------------------------------------------------------------------------
  114.  
  115.         ADDITIONAL SLS INFORMATION
  116.  
  117. A menu interface allows the user to see what commands would be executed if
  118. an option was selected.  Unix newbies who use SLS don't have to always stay
  119. newbies. SLS is a binary mostly distribution (except for the kernel), and is
  120. broken into multiple parts, or series, each of which is denoted by a letter
  121. followed by the disk number as follows:
  122.  
  123.     a1-aN: The minimal base system
  124.     b1-bN: Base system extras, like man pages, emacs etc.
  125.     c1-cN: The compiler(s), gcc/g++/p2c/f2c
  126.     x1-xN: The X-windows distribution (+idraw and doc)
  127.     t1-tN: TeX (document processing)
  128.     s1-sN: Source code for critical system components
  129.     d1-dN: Documentation for various things
  130.  
  131. This scheme allows new disks to be added to the distribution without
  132. changing the disk numbering.  Also, the sysinstall program doesn't have to
  133. be changed when new disks are added as the last disk is marked by the
  134. presence of the file "install.end".  And when interviews is added, say as
  135. a new series "t", it can be installed with:
  136.  
  137.     sysinstall -series t
  138.  
  139. Highlights of the base are:  gcc/g++, emacs, kermit, elm/mail/uucp, gdb, sc
  140. (spreadsheet), man pages, groff, elvis, zip/zoo/lh and menu.  Highlights of
  141. X are: X, programmers libs, 75 dpi fonts, games (spider, tetris, xvier,
  142. chess, othello, xeyes, etc) and utilities like xmag, xmenu, xcolormap and
  143. ghostscript.  Approximate usage is as follows:
  144.  
  145. Tiny base system:       15 Meg  (Series 'a')
  146. Main base system:       45 Meg  (Series 'a', 'b' and 'c')
  147. Main base system + X11: 70 Meg  (Series 'a', 'b', 'c' and 'x')
  148. Full system:            90 Meg  (Series 'a', 'b', 'c', 'd', 's', 't' and 'x')
  149. ----------------------------------------------------------------------------
  150.  
  151.         LINUX SPECIFIC INFORMATION
  152.  
  153. Linux supports multiple VC's (virtual consoles).  You can switch from one 
  154. to the other using the "LEFT-ALT-FN" keys.  The right ALT key will not work.
  155. The console in linux more or less emulates a VT100.  So you can usually
  156. just use kermit to do your remote logins (even while doing the install :-).
  157. If you have a color monitor, you can even use color using the "setterm"
  158. utility, or just execute the "/etc/startcons" script to have all VC's set
  159. to default values.  If your screen gets garbled, you can use "reset".
  160. Up arrow recalls previous commands.   Use the "man" command to read the
  161. Linux manual pages, and the "man -k X" to list commands with the keyword
  162. "X" in the command description.  The system editor is "vi" but you might
  163. find "joe" easier to learn.
  164.  
  165. Never just power off your Linux system.  Instead type "sync", wait a sec,
  166. then powerdown or reboot.   If your disk gets in trouble (or every
  167. couple of weeks anyways) you may wish to run "fsck -av PART" where PART
  168. is your partition, to try to fix any problems.
  169.  
  170. Dos files can be accessed in one of two ways.  The first uses the mtools
  171. commands (mdir, mcopy, mtype, ...).  The file "/etc/mtools" may need
  172. some tweeking, especially if you use mformat.  The second method is to
  173. mount the dos disk/partition onto a directory.  eg: 
  174.  
  175.     mount -t msdos /dev/fd0 /user
  176.  
  177. Swapping can be set up of size SIZE, to a partition or to a file using:
  178.  
  179.     mkswap file SIZE
  180.     swapon file
  181.  
  182. Linux can be booted without the floppy using /usr/src/lilo.  Important 
  183. directories include:
  184.  
  185. "/etc"        - System configuration information
  186. "/usr/src"    - Miscellaneous packages.
  187. "/usr/X386/*"    - Xwindows stuff
  188. ----------------------------------------------------------------------------
  189.  
  190.         CONFIGURING X-WINDOWS
  191.  
  192. Getting X-windows to run on your PC can sometimes be a bit of a sobering 
  193. experience, mostly because there are so many types of video cards for the PC.  
  194. Linux X11 supports only VGA type video cards, but there are so many types of 
  195. VGA's that only certain ones are fully supported.  SLS comes with two Xwindows 
  196. servers.  The full color one, X386, supports some or all ET300, ET400, PVGA1,
  197. GVGA, Trident, and ATI plus.  Others may or may not work.
  198.  
  199. The other server, X386mono, should work with virtually any VGA card, but only 
  200. in monochrome mode.  Accordingly, it also uses less memory, and should be
  201. faster than the color one.  But of course it doesn't look as nice.
  202.  
  203. The bulk of the Xwindows configuration information is stored in the directory
  204. "/usr/X386/lib/X11/".  In particular, the file "Xconfig" defines the timings
  205. for the monitor and the video card.   By default, X windows is setup to use
  206. the color server, but you can switch to using the monochrome server x386mono, 
  207. if the color one gives you trouble, since it should support any standard vga.
  208. Essentially, this just means making /usr/X386/bin/X a link to it.
  209.  
  210. Just edit Xconfig to set the mouse device type and timings, and enter "startx".
  211. To figure out the clock timings to put in Xconfig.  README.modegen explains
  212. how you can use the spreadsheet to figure out your clock timings based upon
  213. your monitor specifications.  More information can be found in the directory
  214. /usr/X386/lib/X11.  But be prepared to fiddle.
  215. ----------------------------------------------------------------------------
  216.  
  217.         AVAILABILITY
  218.  
  219. SLS is available from the address below for a $3.50/disk US ($4.50/disk 
  220. Canadian) copying charge.  Add $1.00/disk for 3 1/2" disks, and $15.00 for
  221. shipping and handling.  Mail payment, either cheque or money order, 
  222. in advance, to Softlanding.   Visa and Mastercard are now also accepted,
  223. albeit with a 4% surcharge.  Because people keep asking about prices,
  224. Softlanding has provided this commonly ordered configurations price sheet:
  225.  
  226. NAME #DISKS  SERIES          5 1/4 DISKS               3 1/2 DISKS
  227. ----------------------------------------------------------------------------
  228. TINY  4      a             US $28.00 (CDN $31.00)     US $32.00 (CDN $35.00)
  229. BASE  17     a,b,c         US $70.25 (CDN $87.00)     US $87.25 (CDN $105.00)
  230. MAIN  25     a,b,c,x       US $100.25 (CDN $115.00)   US $121.25 (CDN $140.00)
  231. FULL  30     a,b,c,x,d,s,t US $112.50 (CDN $135.00)   US $142.50 (CDN $165.00)
  232.  
  233. When ordering, ensure that you specify the bootdisk type (3 1/2 or 5 1/4).
  234. Softlanding is also now offering support subscriptions for SLS.
  235. Individual support, (one user, one machine) is $100.00 per year.
  236. Group support, primarily for resellers and corporate sites is 
  237. $1000.00 per year.  CDROM ($99) and QIC-150 tape ($150) also available.
  238.  
  239.     Softlanding Software               
  240.     910 Lodge Ave. 
  241.     Victoria, B.C., Canada             
  242.     V8X-3A8            
  243.     (604) 360-0188,  FAX (604) 385-1292
  244.  
  245. See Softlanding for a gentle touch down from a DOS bailout.
  246.  
  247.