home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / ROOTDSKS.144 / COLOR144 / usr / lib / setup / FDhelp < prev    next >
Encoding:
Text File  |  1994-05-08  |  4.6 KB  |  125 lines

  1.  
  2. Slackware Linux Help
  3. ____________________
  4.  
  5. First, a little help on help. Whenever you encounter a text viewer
  6. like this during the installation, you can move around with these
  7. commands:
  8.  
  9. PGDN/SPACE     - Move down one page
  10. PGUP/'b'       - Move up one page
  11. ENTER/DOWN/'j' - Move down one line
  12. UP/'k'         - Move up one line
  13. LEFT/'h'       - Scroll left
  14. RIGHT/'l'      - Scroll right
  15. '0'            - Move to beginning of line
  16. HOME/'g'       - Move to beginning of file
  17. END/'G'        - Move to end of file
  18. '/'            - Forward search
  19. '?'            - Backward search 
  20. 'n'            - Repeat last search (forward) 
  21.  
  22.  
  23. PARTITIONING YOUR DRIVE
  24.  
  25. OK, now that we've got that part over with, lets take a look at how
  26. you progress through a typical Linux installation with the Slackware
  27. distribution. First, you'll have to make sure your hard drive has 
  28. been partitioned to accept Linux. The setup program does not do this
  29. part for you.
  30.  
  31. The amount of drive space you'll want to give Linux depends on what 
  32. software you plan to install, and how much space you have to spare. I
  33. use a single / partition of 110MB on the system do my development on. 
  34. I've seen people make a Linux/GCC/X11 system in under 40 MB, so if 
  35. you're careful about what you install you don't necessarily need a
  36. ton of drive space.
  37.  
  38. If you're using OS/2, you'll want to create your Linux partitions with 
  39. OS/2 fdisk (and maybe even format them). This seems to make OS/2 feel
  40. better about allowing these partitions to boot from the Boot Manager.
  41. Make sure you use Linux fdisk to tag them as type 83 (Linux native) or
  42. type 82 (Linux swap) or the Slackware setup program will not recongize
  43. them. Use the 't' command for that, and 'w' to write out the changes.
  44.  
  45. If you're not using the OS/2 Boot Manager, you can make all your Linux
  46. partitions directly from Linux fdisk with the 'n' command and then the
  47. 'w' command to write out the changes when you're done. 
  48.  
  49. SWAP SPACE
  50.  
  51. If you have 4MB of RAM or less, you probably already know about swap
  52. space, or you probably wouldn't have made it this far. Normally you
  53. won't need to format or activate your swap space by hand, but if 
  54. you're installing on a machine with low memory you will need to 
  55. format and activate a swap partition of 4 or more megabytes to be 
  56. able to install. Once you've made the partition with fdisk, you need
  57. to use 'mkswap' on it, and then activate it with 'swapon'. Checking
  58. the partition table with 'fdisk -l', we see these lines:
  59.  
  60.    Device Boot  Begin   Start     End  Blocks   Id  System
  61. /dev/hdb2         922     922     966   11160   82  Linux swap
  62.  
  63. So, the command to format would be:
  64.  
  65. mkswap /dev/hdb2 11160
  66.  
  67. And to activate it:
  68.  
  69. swapon /dev/hdb2
  70.  
  71. RUNNING THE SETUP PROGRAM
  72.  
  73. Setup has quite a few options, which can be slightly confusing the
  74. first time you look at the menu. It's not really that hard, though.
  75. You just need to start at the top of the screen and work towards 
  76. the bottom through the menu options. When I install, I usually do 
  77. these options in order:
  78.  
  79. SWAP      (set up my swapspace)
  80. SOURCE    (select the source location for the Slackware Linux
  81.            packages)
  82. TARGET    (set up my Linux partitions and /etc/fstab)
  83. DISK SETS (pick the disk sets I want to install from)
  84. INSTALL   (install the software)
  85. CONFIGURE (configure the newly installed system)
  86.  
  87. Note that after I select the SWAP option, setup will allow me to
  88. run through all of the other options without ever returning to the
  89. main menu. 
  90.  
  91. I hope that these options will be mostly self-explanatory. Just read
  92. the screen carefully as you install and you should do just fine.
  93.  
  94. OTHER SETUP OPTIONS
  95.  
  96. These are the "optional options" on setup:
  97.  
  98. KEYMAP: This option lets you remap your keyboard to one of the many
  99. international maps provided with Linux. If you are using a US 
  100. keyboard, you can skip this option.
  101.  
  102. QUICK: This lets you select between two types of installation, QUICK
  103. and VERBOSE. VERBOSE is recommended for beginners, since QUICK gives
  104. a much shorter description of each package and expects you know what
  105. you need. QUICK mode cannot be used with custom tagfiles, only the
  106. normal ones. If you've automated your install process with custom
  107. tagfiles, you should leave setup in VERBOSE mode.
  108.  
  109. MAKE TAGS: This lets you preselect the packages by creating custom
  110. tagfiles on the first disk of a series. There's a little help 
  111. file offered with this option, so if you're interested in it just
  112. try it out. It's quite easy to customize your entire set of disks
  113. with this option - especially handy if you plan to configure several
  114. machines in a similar manner.
  115.  
  116. EXIT: This leaves Slackware Linux setup.
  117.  
  118.  
  119. Have fun installing and running Linux!
  120.  
  121. ---
  122. Patrick Volkerding
  123. volkerdi@ftp.cdrom.com
  124. volkerdi@mhd1.moorhead.msus.edu
  125.