home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 8 / IOPROG_8.ISO / rootdsks / readme_t.ape < prev    next >
Encoding:
Text File  |  1997-08-26  |  1.3 KB  |  50 lines

  1. TAPE INSTALLATION ROOTDISK
  2.  
  3. Here it is - a version of the install 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 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. The tape must be written in GNU tar format (or a compatible block size with some
  12. other 'tar' - anyone know what that would be?).  Write all of the directories
  13. and files in the slakware/ directory onto the tape.
  14.  
  15. This is the command that would write out the tape:
  16.  
  17. cd slakware
  18. tar cv */*
  19.  
  20. You may also need to specify the tape device:
  21.  
  22. tar cvf /dev/nst0 */*
  23.  
  24. The files and directories should be tarred onto the tape.  You'll see the 
  25. directories and filenames listed as they are written to the tape:
  26.  
  27. a1/aaa_base.tgz
  28. a1/aoutlibs.tgz
  29. a1/bash.tgz
  30. a1/cpio.tgz
  31. a1/devs.tgz
  32. a1/diska1
  33. a1/etc.tgz
  34. a1/grep.tgz
  35. a1/maketag
  36. a1/maketag.ez
  37. a1/tagfile
  38. a1/tagfile.org
  39. a1/tagfile.pat
  40. a2/bin.tgz
  41. a2/diska2
  42. [ ... and so on ]
  43.  
  44. Good luck, folks! This is pretty experimental still, so let me know how it
  45. works for you and if you have any suggestions for improvements.
  46.  
  47. ---
  48. Patrick Volkerding
  49. volkerdi@ftp.cdrom.com
  50.