home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / ROOTDSKS.12 / UMSDOS12 / usr / lib / setup / FDhelp < prev    next >
Encoding:
Text File  |  1994-05-25  |  4.7 KB  |  132 lines

  1.  
  2. Slackware Linux UMSDOS 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. UMSDOS Linux distribution.
  28.  
  29. You normally don't need to repartition with the UMSDOS version, but 
  30. you will need plenty to free space on the DOS partition you plan to 
  31. use.
  32.  
  33. The amount of drive space you'll want to give Linux depends on what 
  34. software you plan to install, and how much space you have to spare. I
  35. use a single / partition of 110MB on the system do my development on. 
  36. I've seen people make a Linux/GCC/X11 system in under 40 MB, so if 
  37. you're careful about what you install you don't necessarily need a
  38. ton of drive space.
  39.  
  40. SWAP SPACE
  41.  
  42. If you have 4MB of RAM or less, you probably already know about swap
  43. space, or you probably wouldn't have made it this far. Normally you
  44. won't need to format or activate your swap space by hand, but if 
  45. you're installing on a machine with low memory you will need to 
  46. format and activate a swap partition or swap space of 2 or more 
  47. megabytes to be able to install. The swapfile made automatically by
  48. this setup disk works just fine, but you'll notice better performance
  49. if you use a true swap partition.
  50.  
  51. If you want to install one, first you make it with fdisk (making sure
  52. to tag it as type 82 - Linux swap), then run 'mkswap' on it (remember
  53. the number of blocks from the fdisk display), like this:
  54.  
  55. mkswap /dev/whatever-your-swap-partition-is number-of-blocks
  56.  
  57. Activate it with 'swapon':
  58.  
  59. swapon /dev/whatever-your-swap-partition-is
  60.  
  61. As an example, we check the partition table with 'fdisk -l',
  62. and we see these lines:
  63.  
  64.    Device Boot  Begin   Start     End  Blocks   Id  System
  65. /dev/hdb2         922     922     966   11160   82  Linux swap
  66.  
  67. So, the command to format would be:
  68.  
  69. mkswap /dev/hdb2 11160
  70.  
  71. And to activate it:
  72.  
  73. swapon /dev/hdb2
  74.  
  75. RUNNING THE SETUP PROGRAM
  76.  
  77. Setup has quite a few options, which can be slightly confusing the
  78. first time you look at the menu. It's not really that hard, though.
  79. You just need to start at the top of the screen and work towards 
  80. the bottom through the menu options. When I install, I usually do 
  81. these options in order:
  82.  
  83. ADDSWAP      (set up my swapspace)
  84. TARGET    (set up my DOS partition to receive Linux)
  85. SOURCE    (select the source location for the Slackware Linux
  86.            packages)
  87. DISK SETS (pick the disk sets I want to install from)
  88. INSTALL   (install the software)
  89. CONFIGURE (configure the newly installed system)
  90.  
  91. Note that after I select the ADDSWAP option, setup will allow me to
  92. run through all of the other options without ever returning to the
  93. main menu. 
  94.  
  95. I hope that these options will be mostly self-explanatory. Just read
  96. the screen carefully as you install and you should do just fine.
  97.  
  98. OTHER SETUP OPTIONS
  99.  
  100. These are the "optional options" on setup:
  101.  
  102. KEYMAP: This option lets you remap your keyboard to one of the many
  103. international maps provided with Linux. If you are using a US 
  104. keyboard, you can skip this option.
  105.  
  106. QUICK: This lets you select between two types of installation, QUICK
  107. and VERBOSE. VERBOSE is recommended for beginners, since QUICK gives
  108. a much shorter description of each package and expects you know what
  109. you need. QUICK mode cannot be used with custom tagfiles, only the
  110. normal ones. If you've automated your install process with custom
  111. tagfiles, you should leave setup in VERBOSE mode.
  112.  
  113. MAKE TAGS: This lets you preselect the packages by creating custom
  114. tagfiles on the first disk of a series. There's a little help 
  115. file offered with this option, so if you're interested in it just
  116. try it out. It's quite easy to customize your entire set of disks
  117. with this option - especially handy if you plan to configure several
  118. machines in a similar manner.
  119.  
  120. EXIT: This leaves Slackware Linux setup.
  121.  
  122. Note: Linux has a built-in screen saver. If your screen blanks out during
  123.   installation, bring it back with a safe keypress like crtl or alt, not 
  124.   space or enter - which could select something you don't want.
  125.  
  126. Have fun installing and running Linux!
  127.  
  128. ---
  129. Patrick Volkerding
  130. volkerdi@ftp.cdrom.com
  131. volkerdi@mhd1.moorhead.msus.edu
  132.