home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / ROOTDSKS.144 / README_T.APE < prev    next >
Encoding:
Text File  |  1995-04-20  |  1.8 KB  |  42 lines

  1. TAPE INSTALLATION ROOTDISK
  2.  
  3. Here it is - a version of the tty144 disk designed for installing Slackware
  4. from tape. I've tested on my Colorado Jumbo 250, but it should work for most
  5. floppy tape and SCSI tape drives. There's no reason it can't work for QIC-02
  6. as well, but I haven't compiled a QIC-02 capable bootkernel (yet).
  7.  
  8. Any of the 2.0.0 bootkernel disks will work for floppy tape support. If you're
  9. installing from a SCSI drive, make sure you use a bootkernel with SCSI support.
  10.  
  11. You need to have a blank MS-DOS formatted disk ready to store the install
  12. scripts and installation defaults. The installation uses two tape passes - one
  13. to read these files from the tape, and the second to do the actual installation.
  14. Once you've written the files from the first tape pass to your floppy, then you
  15. won't need to scan those files again if you install from the same tape in the
  16. future.
  17.  
  18. The tape must be written in GNU tar format (or a compatible block size with some
  19. other 'tar' - anyone know what that would be?). This is the command that would
  20. write out the tape, assuming you're sitting in a directory set up like 
  21. /pub/linux/slackware on ftp.cdrom.com:
  22.  
  23. tar cv {a?,ap?,d?,e?,f?,i?,iv?,n?,oop?,t?,tcl?,x?,xap?,xd?,xv?,y?}/*
  24.  
  25. This insures that the files are written to the tape in the proper order.
  26.  
  27. You must set your TAPE variable first. I use this in my .profile under BASH:
  28.  
  29. TAPE=/dev/ftape
  30. export TAPE
  31.  
  32. Unlike installing from floppy disks, you don't need to install all the *.tgz
  33. files, or even all the directories. The only requirement is that 'base.tgz'
  34. must be the first package (*tgz file) written to the tape.
  35.  
  36. Good luck, folks! This is pretty experimental still, so let me know how it
  37. works for you and if you have any suggestions for improvements.
  38.  
  39. ---
  40. Patrick Volkerding
  41. volkerdi@ftp.cdrom.com
  42.