home *** CD-ROM | disk | FTP | other *** search
/ Login Magazine 68 / LoginMagazineNo68.bin / rootdsks / README.TXT < prev    next >
Text File  |  1999-11-07  |  4KB  |  69 lines

  1. These are root-install disks for Slackware 7.0
  2.  
  3. You will need one of these disks to install Linux. (You'll also need a bootdisk
  4. to be able to boot any of these disks -- see one of the bootdsks directories
  5. for those)  The disk is created by writing the image out with RAWRITE.EXE under
  6. DOS.  For example, to make the color.gz rootdisk, you'd put a formatted floppy
  7. in your floppy drive, and then run this command:
  8.  
  9. C:\> RAWRITE COLOR.GZ A:
  10.  
  11. Normally you should not decompress these disks -- the kernel will do that as
  12. it loads them.  The disk images must be written to 1.44MB floppies.  Note
  13. that if you plan to mount the rootdisk instead of loading it into a ramdisk 
  14. (using the method outlined in LOWMEM.TXT for machines with only 4MB) then you
  15. must use one of the smaller "obsolete" images, and must decompress the image
  16. with GZIP.EXE before writing it out to a floppy.
  17.  
  18.  
  19. Here's a description of the choices:
  20.  
  21. --------------------------------------------------------------------------------
  22.  
  23.  color.gz     This is the default Slackware installation disk, used to install
  24.               Slackware Linux to its own partition.  The name color.gz comes
  25.               from the color menus used to install Slackware.  This is the 
  26.               installation disk most people should use.  NOTE: The 'dialog'
  27.               program used by the install system is not forgiving of extra
  28.               keystrokes entered between screens, so type carefully.
  29.  
  30.  umsdos.gz    This is similar to the color.gz disk, but installs using UMSDOS,
  31.               a system that allows you to install Slackware into a directory
  32.               on an existing MS-DOS partition.  This isn't as fast as using a
  33.               native Linux filesystem, and can use more drive space because of
  34.               limitations in the way DOS stores small files.  The big advantage
  35.               of using UMSDOS is that you can try Slackware without
  36.               repartitioning your hard drive.  This is much easier for the
  37.               beginner, and a lot less potentially dangerous to your system.
  38.  
  39.               [NOTE: If you want to use UMSDOS, you might want to consider
  40.               using the ZipSlack installation found in the /zipslack
  41.               directory.  This is a little easier way to get started -- just
  42.               unzip a file on your FAT or FAT32 partition to install Linux. ]
  43.  
  44. text.gz       A rootdisk that uses text-based install scripts.  This is
  45.               preferred by some people, but may not have as many features as
  46.               the color.gz, umsdos.gz, or pcmcia.gz rootdisks.  One advantage
  47.               is that you can back up to look at error messages using
  48.               Shift-PageUp.  Another useful feature is the ability to install
  49.               using a serial console with this command on the bootdisk's
  50.               'boot:' prompt:   ramdisk console=ttyS0
  51.  
  52. There's also these supplemental hardware support disk images, used in 
  53. conjunction with one of the disks above:
  54.  
  55. pcmcia.dsk   This supplemental disk provides support for laptop devices.  It
  56.              allows installing through a network or CDROM drive card.  To
  57.              use this disk to scan for PCMCIA devices (this is only done if
  58.              you need to use them DURING the installation), you enter 'pcmcia'
  59.              after logging into one of the primary install disks (color.gz or
  60.              umsdos.gz).
  61.  
  62. network.dsk  This supplemental disk provides support for ethernet cards. To
  63.              use this disk to scan for network devices (this is only done if
  64.              you need to use them DURING the installation), you enter 'network'
  65.              after logging into one of the primary install disks (color.gz or
  66.              umsdos.gz).
  67.  
  68. --------------------------------------------------------------------------------
  69.