home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / kernel-s / ifs-5.1 / readme_i.1 < prev   
Text File  |  1995-10-10  |  705b  |  21 lines

  1.  
  2. These are patches for Werner Almesberger's Inheriting File System upgraded
  3. to work with Linux 1.1.8 (and some newer kernels). To patch your Linux source
  4. tree, copy ifs-5.1-1.1.8.diffs and ifs-5.1.tar to /usr/src/linux and do this:
  5.  
  6. cd /usr/src/linux
  7. tar xvf ifs-5.1.tar
  8. patch -p1 < ifs-5.1-1.1.8.diffs
  9.  
  10. That should do it, but you might want to check for *.rej files and resolve
  11. them, especially if you're not patching against Linux 1.1.8. The most likely
  12. place a rejection would occur is in config.in. If this happens, you can just 
  13. add this line right after the one for OS/2 HPFS support:
  14.  
  15. bool 'Inheriting filesystem (IFS) support' CONFIG_IFS_FS y
  16.  
  17. Have fun!
  18.  
  19. Patrick Volkerding
  20. volkerdi@ftp.cdrom.com
  21.